Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1.17 KB

File metadata and controls

63 lines (39 loc) · 1.17 KB

Windows: Dev Setup

Dependencies

  • NodeJS
  • Yarn
  • TypeScript
  • Angular
  • TALight

Installation

NodeJS

Install NodeJS from this link (NodeJS download) on your computer.

PowerShell command

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 LocalMachine

After press "S" for apply the change.

Install TALight

Follow instructions at this link for install TALight on Windows.

Yarn

  yarn install

Run this command in the TALightDesktop directory for install the program.

Last step

Install Google Chrome and Visual Studio Code on your computer and start the program with command "ng server" in the run and debug section.