Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

JS Setup

Grzegorz Mrukwa edited this page Jun 28, 2017 · 1 revision

Easy version

  1. Navigate to .\scripts directory (in the root of the repository).
  2. Right-click InstallNodeDev.ps1 and select Run in PowerShell
  3. When Press any key... message shows, press the key.

Manual version

  1. Download & install this
  2. Run console in .\scripts directory
  3. npm install -g npm@4.4.1
  4. npm install -g @angular/cli@1.0.0-rc.2 --loglevel=error
  5. cd ..\src\Spectre.Angular2Client
  6. npm install --loglevel=error

To check whether project is building properly, use console in Spectre.Angular2Client directory and run ng serve. After build, website should be here by default.