- git clone Repo URL
- in the terminal
tsc -W
ORtsc --watch
.
- Note: You have to install typescript inorder for this to work.
- This app has three branches and according to the Branch name, the code is divided.
- When you run the command
tsc -W
, all the.js
files will be created in/dist
and then you can run the app.