Skip to content

lukePeavey/blank-typescript-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A blank template for Node.js/typescript projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published