Visit Altcademy Classroom for more instructions.
- Install GEMS
bundle
- Install NPM packages
yarn
- 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
- Go to “localhost:3000” on browser.
Twitter Clone (Advanced with Mailer, Search, Photo Upload)
Visit Altcademy Classroom for more instructions.
Or use foreman if you have it installed, it will run rails server and webpack dev server