ryankert01 / ts-starter

minimal typescript project starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ts-starter

minimal typescript project starter

Quick start

  1. clone this project
git clone https://github.com/ryankert01/ts-starter.git

or, alternatively, clone this project in a specific directory.

git clone https://github.com/ryankert01/ts-starter.git <your_dir>
  1. initialize
npm i
  1. delete the .git file.

Scripts

yarn compile   // compile ts file
yarn dev       // watch ts file
yarn start     // run this project

End of story...

About

minimal typescript project starter

License:MIT License


Languages

Language:TypeScript 100.0%