A todo app implemented in Mongo + express as a REST API and a react with redux front end. The api is independent from the FE so it can be run as a microservice. The FE development is powered by webpack with the use of webpacks dev server.
You need 3 commands to develop in this app:
npm start
to start up the webpack dev server.mongod
to start the mongo service.npm run "api"
to start the api.
npm test
npm run "build"