This is the boilerplate for the demo prep lecture

bundle install
webpack
rails db:create db:migrate db:seed
rails s
yarn build --watch # in a new terminal tab

Once the app is running, sign up with a new user and start coding!