All Projects → r-park → todo-angular-ngrx

r-park / todo-angular-ngrx

Licence: MIT license
Todo app with Angular • RxJS • ngrx/store • ngrx/effects • Webpack

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].