A simple nodejs typescript boilerplate, written by me, to save myself time in future. If you find it useful, great!
This boilerplate sets up Nodejs, Typescript, ESLint, Jest, Prettier, and EditorConfig to play nicely together so you can start coding faster.
- Clone it
- Update origin to your new repository
- Push it
npm install
npm run test:watch
- Happy hacking!