Skip to content

Commit 7442cd1

Browse files
authored
Merge pull request #7 from ioet/update-Readme
Add Prerequisites README.md
2 parents e4d26ce + 45e729e commit 7442cd1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 9.0.4.
44

5+
## Prerequisites
6+
7+
### Node.js
8+
9+
We can install Node.js from [https://nodejs.org/en/download/] but we recommend that you install it using Node Version Management [https://github.com/nvm-sh/nvm] (v12.16.1 LTS).
10+
11+
### Angular CLI
12+
Angular CLI is a Command Line Interface (CLI) to speed up your development with Angular.
13+
14+
Run `npm install -g @angular/cli` for install Angular CLI
15+
16+
## Install Node Modules
17+
18+
Run `npm install` for install the node_modules.
19+
520
## Development server
621

722
Run `ng serve` to run the app in a dev mode, after executing this command you can navigate to `http://localhost:4200/` to see the app working.

0 commit comments

Comments
 (0)