Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 379 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 379 Bytes

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.