Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 577 Bytes

SETUP.md

File metadata and controls

22 lines (15 loc) · 577 Bytes

#Project setup

Install NodeJS ( >= 8) if you are not already installed

  1. Download here

Platforms

Windows

Click the executable file

Linux

Follow this procedure

Install Angular Cli (>= 7) if you are not already installed

1. npm i -g @angular/[email protected]

Download the project

Here

 1. unzip the project 
 2. Run 'npm install'
 3. Test 'ng serve --open'