Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 615 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 615 Bytes

ts-boilerplate

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.

Use

  1. Clone it
  2. Update origin to your new repository
  3. Push it
  4. npm install
  5. npm run test:watch
  6. Happy hacking!

MIT License