node-ts-boilerplate
v1.0.2
Published
nodejs typescript eslint prettier (es-)jest boilerplate
Downloads
3
Readme
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