Skip to content

HiroyukiMakita/ts-node-starter

Repository files navigation

ts-node-starter

TS-Node

Base environment for run TypeScript of use ts-node.

Creation Process of this Repository.

  # create package.json
$ yarn init

  # install TypeScript
$ yarn add typescript

  # install ts-node
$ yarn add ts-node

  # create tsconfig.json
$ npx tsc --init

  # create src/main.ts
$ mkdir src && touch src/main.ts

Run Code of main.ts

$ yarn main

Other Libraries

and more...

ESLint Prettier Jest

About

Base environment for run TypeScript of use ts-node.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors