- Nodejs
- Typescript
- Express
- clone the repo
git clone git@github.com:binoy14/express-api-boilerplate.git
- Run
yarn
to install dependencies
yarn dev
- Start the server in watch modeyarn debug
- Start server in watch mode and allowing ability to debug - from Vscode or Chrome debuggeryarn build
- Build for productionyarn start
- Start the server in production mode
This boilerplate is inspired from Wes Bos's https://github.com/wesbos/Learn-Node repo.