1.0.2 • Published 4 years ago

node-ts-boilerplate v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

node-ts-boilerplate

Ready to go, bare nodejs typescript eslint prettier (ts-)jest boilerplate, targeted at backend/non-browser development.

Installation:

In your chosen dir:

  • > git clone https://github.com/phazelift/node-ts-boilerplate.git
  • > cd node-ts-boilerplate
  • > npm install

scripts in package.json ready to run:

> npm start runs the app

> npm run build runs eslint and prettier on .ts source only, then runs tsc, building .js files into ./build directory

> npm run test (npm run) build the project and runs all jest tests found in the project


###license

MIT