Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dvg/ember-training-day


https://github.com/dvg/ember-training-day

Last synced: 14 days ago
JSON representation

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!