Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 690 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 690 Bytes

EdID

How to use

  1. Clone das Repository auf Lokal und geh in dem Projekt Root:
  1. Install die packages:
npm install

Develop

Start the application:

  • npm run dev dev mode with hot refresh und mocked database

Datenbank auf lokal starten

Um die API auf Lokal zu mocken, wird json-server benutzt: https://github.com/typicode/json-server Zuerst muss man json-server global installieren:

npm install -g json-server

Wenn man npm run dev ruft, wird zuerst dieses Befehl aufgeruft:

json-server db.json --port 3004 --middlewares file.js

Die Datenbank läuft auf port 3004