1.0.0 • Published 2 years ago

typescript-node-jest-starter-template v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Typescript NodeJs with Jest project starter template

This is a simple template to get you started on any typescript Node js project. In addition to setting up the typescript env, I also added configuration for jest.

Getting started

You can simply install this from npm package by running the following command

npm install typescript-node-jest-starter

Commands

The following are some of the pre-configured commands to get you started.

NameDescription
buildCompiles the project to javascript code.
startRuns the application/server.
start:devRuns application/server in watch mode with nodemon.
testRuns test files with jest.
test:watchRuns test files with jest in watch mode.
lintChecks linting issues in all files.
lint:fixFixes all lint issues.
formatFormat all files with prettier.