Structure is module pattern.
$ npm install
After starting the server, you can visit http://localhost:3000 in your browser
$ 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-app
Create a .env
file and configure your settings by referring to the .env.example
file.
$ npm i
$ npm run build && npm start