- NodeJS
- Yarn
- TypeScript
- Angular
- TALight
Install NodeJS from this link (NodeJS download) on your computer.
Run these commands on PowerShell with admin privileges to install Yarn, Typescript and Angular Client
-
Yarn
npm install -g yarn
-
Typescript
yarn global add typescript
-
Angular Client
yarn global add @angular/cli
Run this command to enable scripting without certification
Set-ExecutionPolicy Unrestricted -Scope LocalMachineAfter press "S" for apply the change.
Follow instructions at this link for install TALight on Windows.
yarn installRun this command in the TALightDesktop directory for install the program.
Install Google Chrome and Visual Studio Code on your computer and start the program with command "ng server" in the run and debug section.