/angular-workshop-agentic-ai-engineering

The best way to start embracing AI in your all-day development tasks

Primary LanguageTypeScript

Modern Angular Workshop

workshops-de-logo-blue
The best way to start embracing AI for your all-day development tasks

workshops.de

📋 Documentation

Local Development

Command Description
npm install Installs the packages to develop the Angular app
npm start Starts the Angular app

The API

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. 🚀

VS Code

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:

  1. Angular Language Service - Adds better syntax-highlighting & automatic refactorings
  2. Prettier - Formats your code automatically in the same way across your project.