Skip to content

🐛 A simple CRUD app built in Ember.js, Ember-CLI and Mirage.

Notifications You must be signed in to change notification settings

marienfeldtom/ember-to-do-list

 
 

Repository files navigation

Ember To Do List 📝

This is a simple CRUD Ember application that uses:

You can follow the tutorial here. You can see the application in production here.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

If you have any comments, questions, or concerns you can reach out to me 🦄 @stefriera in the twitterverse or email or file an issue but the other two would probably be faster.

About

🐛 A simple CRUD app built in Ember.js, Ember-CLI and Mirage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.2%
  • HTML 25.5%
  • CSS 5.3%