fabric8io / go.fabric8.io

MIT License
0 stars 1 forks source link

Build Status

Todo app with React, Redux, and Firebase

A simple Todo app example with undelete capability — built with React, Redux, and Firebase v3.

Try the demo at todo-react-redux.firebaseapp.com.

Quick Start

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

Commands

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