Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 454 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 454 Bytes

Express Starter

This is a starter application boilerplate which can be used as a starting point for production grade application.

Commands

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

Todo

Update all instructions.