Skip to content

Commit

Permalink
edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
majid noureddine authored and masteropen committed May 21, 2020
1 parent 170986e commit 0c9f9b7
Showing 1 changed file with 24 additions and 8 deletions.
32 changes: 24 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,34 @@
# MonProjetAngular
# Angular 9 training

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

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

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.
## Prerequisites

## Code scaffolding
To be able to run this application, you need these dependencies

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`.
- Nodejs >= v10.13
- npm package manager

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

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.
## Running application

1. Clone this repository : `git clone https://github.com/masteropen/angular-training.git`

2. Install dependencies : `npm install`

2. Run Angular built-in dev server : `ng serve`

3. Navigate to `http://localhost:4200`. The app will automatically reload if you change any of the source files.

## Running unit tests

Expand Down

0 comments on commit 0c9f9b7

Please sign in to comment.