Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

cwandev/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

AltStyle によって変換されたページ (->オリジナル) /