Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 553 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 553 Bytes

ember-cli simple crud example

Ember Cli Version 0.0.39

This project demonstrates a very simple, rails style, crud, written using ember-cli. The purpose of this app is to give me a quick easy reference app.

VERY SIMPLE: no tests(other than default), basic bootstrap style, no backend (uses fixtures)

Install and Run

  • clone this repo
$ git clone https://github.com/twar59/ember-cli-simple-crud.git
$ cd ember-cli-simple-crud
  • download dependencies
$ npm install && bower install
  • run the app
$ ember server