A simple boilerplate starter pack for NodeJs ๐จโ๐ป
Straight out of the box this repo comes with:
- typescript support
- eslint for linting
- jest for testing
# First install the node dependencies
npm i
# Run main file (index.ts)
npm run dev
# Run linting
npm run lint
# Run test suite
npm run test