An open API service indexing awesome lists of open source software.

https://github.com/jcavat/angular-tutorial


https://github.com/jcavat/angular-tutorial

angular exercices tutorial

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Angular tutorial

Configure and run the server:
```
cd server
npm install
npm start
```

## Mission for Step 1
### Install angular cli
`npm install -g @angular/cli`

### Connect and play with mongodb
```
mongo --host eratosthene --port 27017
use order
db.orders.find()
```

### Create a new angular project
`ng new orders`

---
if you encounter any problems, go to step 2 : `git checkout step2`