The best way to accelerate your Angular skills
| 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]. |
| 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. 🚀