/Test-and-Debug-Typescript-Code

Run and debug a small portion of code locally instead of using online tools.

Primary LanguageJavaScript

TEST & DEBUG TYPESCRIPT CODE

Open two terminal tabs and run :

# install packages
$ yarn install

# watch and build the code in the 1st tab
$ yarn build

# Run and watch the code in the 2nd tab
$ yarn start