Skip to content

nathanpeters8/full-stack-twitter-clone

 
 

Repository files navigation

Twitter Clone (Advanced with Mailer, Search, Photo Upload)

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.

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 45.9%
  • JavaScript 43.0%
  • HTML 7.2%
  • SCSS 1.5%
  • Dockerfile 1.4%
  • CSS 0.8%
  • Shell 0.2%