https://github.com/jcavat/angular-tutorial
https://github.com/jcavat/angular-tutorial
angular exercices tutorial
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jcavat/angular-tutorial
- Owner: jcavat
- Created: 2018-04-24T11:22:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T16:46:55.000Z (almost 8 years ago)
- Last Synced: 2025-01-18T10:45:24.523Z (about 1 year ago)
- Topics: angular, exercices, tutorial
- Language: JavaScript
- Size: 320 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`