Skip to content

Yet another todo list. I guess it also works as an emberjs app template.

Notifications You must be signed in to change notification settings

lacides/emberjs-todo-example

Repository files navigation

emberjs-todo-example

Yet another todo list. I guess it also works as an emberjs app template.

Getting Started

  1. Clone repository
  2. Install dependencies
  3. Run bundle install to install ruby gems. (At the moment of writing it was just sass).
  4. Run npm install to install node dependencies.

Grunt tasks

grunt build

It will compile sass files, concatenate js files and copy relevant files. It will copy the build results to the /generated folder.

grunt execute:server

It will raise a simple expressjs server that serves the build results.

grunt run

It will run both grunt build and grunt execute:server.

grunt watch:build

It will watch for changes on your source code to rebuild the project.

Workflow

Just run grunt run on a terminal window and grunt watch:build on another.

Deploying to heroku

You need to use multibuild packs to deploy this application to heroku. Run heroku config:add BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git to enable it and then just git push heroku master as always.

About

Yet another todo list. I guess it also works as an emberjs app template.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published