Skip to content

A sample setup using Babel CLI to build TypeScript code, and using TypeScript for type-checking.

License

Notifications You must be signed in to change notification settings

drubetti/TypeScript-Babel-Starter

 
 

Repository files navigation

TypeScript-Babel-Starter

Requirements

  • Node.js

Setup

npm i

Static Type Check

npm run type-check

Build JavaScript code

npm run build:js

Built code will be put in dist folder.

Start App (AOT compilation)

Build JavaScript code, then run:

node dist

Start App (on-the-fly compilation)

npm start

About

A sample setup using Babel CLI to build TypeScript code, and using TypeScript for type-checking.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%