Skip to content

Vico1993/basic-ts-repo

Repository files navigation

Basic ts repo

This repo is my basic setup for a simple typescript repo

Basic NPM command

  1. Build the project:
npm run build 
  1. Use nodemon while coding:
npm run watch
  1. Run your test:
npm run test
  1. Use eslint:
npm run lint