JordanReady / full_stack_airbnb_clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Ruby 63.9%Language:JavaScript 27.5%Language:HTML 7.3%Language:CSS 0.9%Language:SCSS 0.4%Language:Procfile 0.0%