Vico1993 / basic-ts-repo

My basic setup for typescript repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic ts repo

This repo is my basic setup for a simple ts 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

About

My basic setup for typescript repo

License:MIT License


Languages

Language:JavaScript 68.7%Language:TypeScript 31.3%