chrisocast / ember-todo

Working through the ember todo mvc app example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-todo

Make sure you have global dependencies installed
npm install -g grunt-cli bower
Run npm install again to download the development dependencies
Run bower install to grab other f-e dependencies

Use the local live-reloading server (no software necessary)

# start the server
grunt
# Server started at http://localhost:9001/app

About

Working through the ember todo mvc app example


Languages

Language:JavaScript 100.0%