Skip to content

Quick start learning typescript, base on ts-node and ts-node-dev.

License

Notifications You must be signed in to change notification settings

CharleeWa/typescript-study-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Study Setup

Quick start learning typescript, base on ts-node and ts-node-dev.

Quickstart

  • Get the project code
git clone https://github.com/CharleeWa/typescript-study-setup.git
  • Installation dependencies
cd typescript-study-setup

# with npm
npm install
  • run
npm run tnd

notes.

The default startup file is index.ts, if yours is not, don't forget to change the command line script.

open the package.json

"scripts": {
  "tnd": "ts-node-dev --respawn --transpile-only yours"
}

About

Quick start learning typescript, base on ts-node and ts-node-dev.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published