You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 9.0.4.
4
4
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
+
5
20
## Development server
6
21
7
22
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