Course Organization and Tools
Explore the foundational tools Rails offers for front-end development including Webpacker, Webpack, and TypeScript. Understand how these tools work together to serve JavaScript and CSS to browsers, and get an overview of the course structure covering Stimulus, React, state management, and testing.
We'll cover the following...
We'll cover the following...
The tools we’ll use
Throughout this course, we’ll walk through the basics of getting Rails set up to use Webpacker to serve JavaScript and CSS to the browser. Then ...