Search⌘ K

Installation

Explore the installation process for setting up a Rails environment with Webpacker, Stimulus, React, Redux, PostgreSQL, Node, and Yarn. Understand how to download and run the sample app and prepare your system to follow the course smoothly.

We'll cover the following...

The basics

The code uses Ruby version 2.7.1, although use of 2.7 features should be minimal, and we think anything from 2.6.0 and up should work. We recommend installing a Ruby version manager such as RVM, rbenv, or chruby.

The code uses PostgreSQL, so you’ll need to have that set up on your machine. And you’ll need ...