A TODO app with React and Flux just for Today
You must have nodejs installed on your computer. From the root project directory run these commands from the command line:
npm install
This will install all dependencies.
To build and run the project, run this command:
gulp
To execute the unit test run:
npm test
The implementation uses:
- Underscore to aid with functional programming
- Gulp to build the project and run the server
- Browserify to 'require' modules in the browser
- Reactify to transform JSX into JS
- Watchify to listen to changes in the code and re-run the build process
- Jest for unit testing