Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dvg/ember-training-day
https://github.com/dvg/ember-training-day
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dvg/ember-training-day
- Owner: DVG
- Created: 2015-05-31T03:06:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-23T18:08:29.000Z (over 9 years ago)
- Last Synced: 2024-04-14T03:59:46.372Z (7 months ago)
- Language: Ruby
- Size: 206 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ember-training-day
Welcome to Ember Day!
To get started, you should have ruby 2+ and node 0.12+ along with bower.
## Preparing
Just run
```
script/bootstrap
```To install all the dependencies for the backend and frontend
## Starting Off
Run
```
script/server
```To start the ember app and the rails backend.
Then visit: http://localhost:4200/cards to get started!