Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 555 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 555 Bytes

Unit Conversion Tool

This project was generated with Angular CLI version 1.2.7.

How to install and start

Both the CLI and generated project have dependencies that require Node 6.9.0 or higher, together with NPM 3 or higher.

  1. Clone this repository
  2. Go to the cloned folder via terminal
  3. Install angular/cli if not installed
npm install -g @angular/cli@latest

then install packages

npm install 

and then use

ng serve 
  1. Navigate to http://localhost:4200/.