node-ts-boilerplate

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i node-ts-boilerplate

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

3.47 kB

Total Files

9

Last publish

Collaborators

  • sygn