Structure is module pattern.
$ npm install$ npm run build$ npm start$ npm run dev$ npm test$ npm run release$ npm run commit$ docker build -t my-app .
$ docker run --name my-app-example --env-file ./.env -p 3000:3000 -d my-appCreate a .env file and configure your settings by referring to the .env.example file.
$ npm i
$ npm run build && npm start