Skip to content

denielaa/typescript-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript-starter

Typescript project starter

Features

  • TypeScript v4
  • Testing with Mocha
  • Linting with Eslint and Prettier
  • Pre-commit hooks with Husky
  • Prettier with automatic staged files on commit
  • Local development with Nodemon
  • Production build script

Commands

yarn run start:dev

Starts the application in development using nodemon and ts-node to do hot reloading.

yarn run start

Starts the app in production.

yarn run build

Cleaning the build folder and builds the app

yarn run test

Run tests with mocha

yarn fix

Format the code and linter

Releases

No releases published

Packages

No packages published