Skip to content

Todo app with Angular 1.5 • RxJS • UI-Router • ES6 • Webpack

License

Notifications You must be signed in to change notification settings

RasmusTG/todo-angular-rx

Repository files navigation

Build Status

Todo app with Angular 1.5 and RxJS

A simple Todo app example utilizing a RxJS Subject as a Flux-like dispatcher.

Installing dependencies

npm install

Gulp v4 (optional)

npm install -g gulpjs/gulp-cli#4.0

The gulp tasks for this project require gulp v4-alpha. If you don't wish to globally install the v4 gulp-cli, you can run the gulp tasks using the locally installed gulp under ./node_modules/.bin — for example:

./node_modules/.bin/gulp run

Developing

gulp

Executing the default gulp command will:

  • Build the project
  • Start the server at localhost:7000
  • Watch for changes to the source files and process changes
  • Live-reload the browser

Testing

gulp test.watch

Executing gulp test.watch will:

  • Run the test suites
  • Watch for changes to the source files
  • Re-run the tests whenever the sources are modified

For a single test run without auto-watch, execute gulp test instead.

About

Todo app with Angular 1.5 • RxJS • UI-Router • ES6 • Webpack

Resources

License

Stars

Watchers

Forks

Packages

No packages published