Created
May 11, 2017 00:41
-
-
Save devigned/27a64d90bbf04c6e010b7041d4ceb058 to your computer and use it in GitHub Desktop.
Level 1 - Run the app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/devigned/level1.git | |
cd level1/api-ruby | |
bundle install | |
bundle exec rails server | |
cd todo-ember | |
npm install | |
npm install -g ember-cli | |
ember serve | |
open localhost:4000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment