This is a starter application boilerplate which can be used as a starting point for production grade application.
Clone the repo, and install all dependencies.
git clone https://github.com/jagzviruz/express-server-starter.git micro-ui-app
cd micro-ui-app
npm install
To launch a hot reloading server
npm start
To prepare a dist version
npm build
Update all instructions.