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