Starter project for Node.js applications
- Clone this repo
- Install dependencies
yarn install
- Rename
.env.sample
to.env
- Run in dev mode
yarn dev
- Code 🚀
- Starts application in development mode with
nodemon
- Builds application to
/dist
folder
- Start built application from
/dist
folder