Skip to content

workshops-de/angular-workshop-modern

Repository files navigation

Modern Angular Workshop

workshops-de-logo-blue
The best way to stay up to date with Angular

workshops.de

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.

Additional Resources

From https://github.com/angular/angular

Quickstart

Get started in 5 minutes.

Documentation

Get started with Angular, learn the fundamentals, and explore advanced topics on our documentation website.

Advanced

About

The best way to stay up to date with Angular

Resources

Stars

Watchers

Forks

Packages

No packages published