/parse-todo-app

A simple example of a Todo App using React + Mobx + Parse server.

Primary LanguageJavaScriptMIT LicenseMIT

TODO App

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

Requires Parse Server

This application is the client for Parse Express server.

How to run the app

Just install with the latest Node.js and navigate to http://localhost:8080.

$ npm install

How to run the test cases

After you have installed the packages just run:

$ npm run test

Production build

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.