README

Visit Altcademy Classroom for more instructions.

  1. Install GEMS
bundle
  1. Install NPM packages
yarn
  1. Start rails server
rails s

Or use foreman if you have it installed, it will run rails server and webpack dev server

foreman start -f Procfile.dev
  1. Go to "localhost:3000" on browser.