Boiler plate for node applications written with typescript
- node
- npm
npm install
Make a copy of .env.sample
to .env
in the env directory.
Update kill script in the package.json and change port from 7000 to the port set in the .env
npm run build:dev
npm run watch:dev
- Malomo Damilare damilaremalomo@gmail.com