Skip to content

workshops-de/angular-advanced-workshop

Repository files navigation

Angular Advanced Intensive Workshop

workshops-de-logo-blue
The best way to accelerate your Angular skills

workshops.de

Local Development

Command Description
npm install Installs the packages to develop the Angular app
npm start Starts the Angular app
npm test Runs tests for the Angular app
npm run build Compiles the Angular app in production mode
npm run lint Runs static code analysis using [eslint][eslint].

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

Packages

 
 
 

Contributors