This is a test implementation of a simple Todo List App. The technologies used for this application are:
- React as UI library
- Mobx as state management library
- Webpack for module bundling
- Jest + Enzyme for Unit Testing
This application is the client for Parse Express server.
Just install with the latest Node.js and navigate to http://localhost:8080.
$ npm install
After you have installed the packages just run:
$ npm run test
To generate an optimized production build just run the following command:
$ npm run build
This will generate optimised and minified code in the 'dist' folder. Just serve with your favourite web server.