This repository is a class example used to gain experience with source control and TypeScript.
Check out the live website hosteed by GitHub
- Download and install the LTS version of Node.js
- In the command line run this command exactly as shown
npm install -g typescript.
To compile the TypeScript files with the watch option, run the following command: tsc --watch. Using the watch option, only requires us to compile once each time the project is opened.
The following extensions are very helpful for development
- Bootstrap Intellisense by Hosain Hossaini
- Live server by Ritwick Dey