Skip to content

ng-practice/state-management-5-5-22

Repository files navigation

Workshop StateManagement

Prerequisites

  • IDE (e.g. Visual Studio Code, WebStorm, Rider)
  • Node LTS

API

We are using a Fake HTTP-API to work with some data. When you start coding, please make sure to have the Bookmonkey API running.

npx bookmonkey-api

Commands

Starting the Angular Client

# Install needed dependencies
npm install

# Start the WebServer on localhost: 4200
npm start

Starting the API

npx bookmonkey-api