The best way to start embracing AI for your all-day development tasks
  
| Command | Description | 
|---|---|
npm install | 
Installs the packages to develop the Angular app | 
npm start | 
Starts the Angular app | 
| Command | Description | 
|---|---|
npx bookmonkey-api | 
Installs and starts the HTTP API "Bookmonkey API" | 
The API provides fake data that you can use in your Angular application.
Note
The API starts at http://localhost:4730. When you open this page, you’ll find documentation for all endpoints. 🚀
If you are using VS Code as you editor of choice, you might see a popup after opening this repository. We added a few plugin recommendations to simplify writing code during the workshop:
- Angular Language Service - Adds better syntax-highlighting & automatic refactorings
 - Prettier - Formats your code automatically in the same way across your project.