$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
$ nvm install 10.5.0
$ nvm use 10.5.0
$ git clone https://github.com/kapilbarad/nodejs-project-structure.git
$ cd nodejs-project-structure
$ npm install
cp .env-example .env
Input the desired environment variables in .env
.
$ npm run start