Skip to content

phazelift/node-ts-boilerplate

Repository files navigation

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

About

A basic nodejs typescript jest boilerplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published