All Projects → r-park → Todo Angular Redux

r-park / Todo Angular Redux

Licence: mit
Todo app with Angular 1.5 • Ng-Redux • Redux • UI-Router • ES6 • Webpack

Programming Languages

javascript
184084 projects - #8 most used programming language

Build Status

Todo app with Angular 1.5 and Redux

Quick Start

$ git clone https://github.com/r-park/todo-angular-redux.git
$ cd todo-angular-redux
$ 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 .js files
npm run server:api Start api server @ localhost:3001
npm run server:dev Start webpack development server @ localhost:3000
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].