Skip to content

Commit a661b6f

Browse files
author
majid noureddine
committed
edit readme
1 parent 170986e commit a661b6f

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

README.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,32 @@
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
19+
- npm package manager
1220

13-
## Build
21+
## Running application
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+
1. Clone this repository : `git clone https://github.com/masteropen/angular-training.git`
24+
25+
2. Install dependencies : `npm install`
26+
27+
2. At the project root, run `ng serve` for a dev server.
28+
29+
3. Navigate to `http://localhost:4200`. The app will automatically reload if you change any of the source files.
1630

1731
## Running unit tests
1832

0 commit comments

Comments
 (0)