Skip to content

Commit 0c9f9b7

Browse files
majid noureddinemasteropen
authored andcommitted
edit readme
1 parent 170986e commit 0c9f9b7

File tree

1 file changed

+24
-8
lines changed

1 file changed

+24
-8
lines changed

README.md

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,34 @@
1-
# MonProjetAngular
1+
# Angular 9 training
22

3-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.5.
3+
This project deals with a lot of concepts that you need to know when you start with Angular:
4+
- Components
5+
- Directive and Pipes
6+
- Data binding, Event listening using Observable and Subscription
7+
- Services
8+
- Routing
9+
- Forms
10+
- Interaction with server ...
411

5-
## Development server
12+
This project was generated during my Angular training in `OpenClassrooms` with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.5.
613

7-
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
14+
## Prerequisites
815

9-
## Code scaffolding
16+
To be able to run this application, you need these dependencies
1017

11-
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
18+
- Nodejs >= v10.13
19+
- npm package manager
1220

13-
## Build
21+
Then install Angular CLI `npm install @angular/cli@9.1.5` (add `-g` option if you want install Angular CLI globally).
1422

15-
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
23+
## Running application
24+
25+
1. Clone this repository : `git clone https://github.com/masteropen/angular-training.git`
26+
27+
2. Install dependencies : `npm install`
28+
29+
2. Run Angular built-in dev server : `ng serve`
30+
31+
3. Navigate to `http://localhost:4200`. The app will automatically reload if you change any of the source files.
1632

1733
## Running unit tests
1834

0 commit comments

Comments
 (0)