This README outlines the details of collaborating on this Ember application.
You will need the following things properly installed on your computer.
- Clone the repo
git clone git@github.com:Gtlogic/lebtivity-exercise.git
- Go into the ember directory
cd lebtivity-exercise/ember
- Install dependencies
npm install && bower install
- Go into the rails directory
cd ../rails
- Install dependencies
bundle install
- Create the database and run the migrations
bin/rake db:create db:migrate
- Create data in the database
bin/rake db:populate
(re-use this command whenever you want to reset the data)
- Run rails server: from the rails directory run:
rails s
- Run ember server: from the ember directory run:
ember s --proxy http://localhost:3000
- Visit
http://localhost:4200
- ruby on rails
- ember.js
- ember-cli
- Development Browser Extensions