A simple Todo app example with undelete
capability — built with React, Redux, and Firebase v3.
Try the demo at todo-react-redux.firebaseapp.com.
3.0.2
$ git clone https://github.com/r-park/todo-react-redux.git
$ cd todo-react-redux
$ npm install
$ npm start
Script | Description |
---|---|
npm start |
Start webpack development server @ localhost:3000 |
npm run build |
Lint, test, and build the application to ./dist |
npm run dev |
Same as npm start |
npm run lint |
Lint .js files |
npm run server |
Start express server @ localhost:3000 to serve built artifacts from ./dist (must run npm run build first) |
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 |