Blank Node/Typescript Template
A blank template for Node.js/typescript projects. It includes some basic configuration and dev tools.
- Typescript ESlint
- Prettier
- Husky/Lint Staged
- Nodemon
- Jest
Scripts
start
Starts the app
start:dev
Starts the app in development mode.
watch:ts
Compiles typescript when files change
watch:node
Starts the app with nodemon
build
Compiles typescript and copies static assets to dist directory
lint
Runs ESLint
On this page
Contributors
MIT License
Created May 10, 2020
Updated May 29, 2020