A hobby project to get to know webpack, react and redux in more detail.
npm run buildcompiles assets into/static/distnpm run startstarts the web server using the compiled assetsnpm run devcompiles the assets and runs the web server, and adds a file watcher to hot reload changes in the browser.
Requires mongodb to be installed and running