Skip to content

r-park/todo-angular-ngrx

Repository files navigation

CircleCI

Todo app with Angular2 and ngrx/store

A simple Todo app example featuring ngrx/store — RxJS powered state management inspired by Redux for Angular2 apps.

Stack

Getting Started

Recommended

  • node >= 6

Quick Start

$ git clone https://github.com/r-park/todo-angular2-ngrx.git
$ cd todo-angular2-ngrx
$ npm install
$ npm start

Usage

Script Description
npm start Start webpack development server @ localhost:3000 and api server @ localhost:3001
npm run build Lint, test, and build the application to ./target
npm run lint Lint .ts and .js files
npm run lint:js Lint .js files with eslint
npm run lint:ts Lint .ts files with tslint
npm test Run unit tests with Karma and Jasmine
npm run test:watch Run unit tests with Karma and Jasmine; watch for changes to re-run tests

About

Todo app with Angular • RxJS • ngrx/store • ngrx/effects • Webpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published