Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.55 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.55 KB

Lebtivity

This README outlines the details of collaborating on this Ember application.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • Clone the repo git clone [email protected]: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)

Running / Development

  • 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

Further Reading / Useful Links