# clone it
git clone https://github.com/kumaresank/docker-express-mongo-es6.git
cd docker-express-mongo-es6
# Install dependencies
npm install
# Install Global dependencies
npm install -g nodemon standard
# Start development live-reload server
npm start
# Start test:
npm test
#Check Code Standard
npm run standard
# Start production server:
npm run prodcd docker-express-mongo-es6
# Build and Run your docker
docker-compose up
MIT