This is basic ATM Single Page App built using Node/React/ES6(Babel)/Webpack.
This project requires node/npm, please have them installed before running the below.
npm installbower installThe project uses nodebootstrap as a base, please refer to to this for further information.
The dev server will load a node instance which can be viewed on http://localhost:3000/
npm run devDev mode provides hot reloading of code, which shouldn’t be required in production mode. In production, you should also make sure that npm start is ran by some process manager (e.g. Upstart) to ensure your Node app start on system startup and gets restarted in case the process crashes for whatever reason. Depending on your needs, how you facilitate this in production can vary greatly, so NodeBootstrap lets you make those decisions, getting out of your way.
The production server will load a node instance which can be viewed on http://localhost:3000/
npm start