typescript-node-jest-starter-template
v1.0.0
Published
A template for starting a typescript node project.
Readme
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-starterCommands
The following are some of the pre-configured commands to get you started.
| Name | Description | | ---------- | --------------------------------------------------- | | build | Compiles the project to javascript code. | | start | Runs the application/server. | | start:dev | Runs application/server in watch mode with nodemon. | | test | Runs test files with jest. | | test:watch | Runs test files with jest in watch mode. | | lint | Checks linting issues in all files. | | lint:fix | Fixes all lint issues. | | format | Format all files with prettier. |
