- IDE (e.g. Visual Studio Code, WebStorm, Rider)
- Node LTS
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
# Install needed dependencies
npm install
# Start the WebServer on localhost: 4200
npm start
npx bookmonkey-api