/tsGTE

Primary LanguageJavaScript

Installation instructions:

1. Download and install Webstorm -> https://www.jetbrains.com/webstorm/
2. Download and install node.js -> https://nodejs.org/en/
3. Download and install git -> https://git-scm.com/downloads
4. Clone the repository on your machine
5. Open the project with Webstorm
6. Go to File-> Settings -> Languages and Frameworks -> TypeScript
7. Fill the path to your node.exe file
8. Under Compiler tick the Enable Typescript Compiler and tick Use tsconfig.json.
9. Exit Settings. Click Shift twice and type "TypeScript Compile All"
10. Project should be up and running.