Skip to content

Instantly share code, notes, and snippets.

@devigned
Created May 11, 2017 00:41
Show Gist options
  • Save devigned/27a64d90bbf04c6e010b7041d4ceb058 to your computer and use it in GitHub Desktop.
Save devigned/27a64d90bbf04c6e010b7041d4ceb058 to your computer and use it in GitHub Desktop.
Level 1 - Run the app
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