The Terminator will end all suffering. Regarding terms.
You need to have node.js installed first.
npm install
npm run buildThe npm run build is just an alias for tsc (the typescript compiler), without parameters. Thus, you can just type tsc once you've installed it. You can also run tsc --watch to automatically build on file changes.
- Ensure that VS Code and Node are installed
- Clone this repository
- Open the folder in VS Code
- Click
Terminal -> New Terminalon the menu - Type
npm install - Press
Ctrl+Shift+B, select "tsc watch" - Open
index.htmin your favourite browser - Make some changes to the code
- Refresh the browser tab - the changes should have been applied.
- Go to 5, have fun.