Example Repository for TypeScript + advanced JavaScript concepts
In order to get all required dependencies, please run:
npm ci
The files in this repository are meant to be run in watch mode. You can execute the following scripts. After running any of the commands below, the file will be started in dev mode, i.e., the process will not finish but the file is restarted in case of changes. To stop, please stop the process (Ctrl + C) or close the terminal.
In order to run the content from the lecture:
npm run start
In order to run the TS playground. Use this repository to test TypeScript:
npm run start:ts-playground
In order to run the JS playground: Use this repository in order to understand the differences between JavaScript and TypeScript:
npm run start:js-playground