Log warnings when using hardcoded data.

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2020-07-26 17:28:32 +02:00
parent 1906f44e74
commit 643adb7f9f
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
3 changed files with 16 additions and 2 deletions

7
docs/dev/2.0.md Normal file
View file

@ -0,0 +1,7 @@
# 2.0 Development Hints
## Dev Setup
- Clone backend and frontend in two folders.
- Run `yarn install` in both projects
- Start the backend server in watch mode using `yarn start:dev`. The backend is then accessible on port 3000.
- Start the frontend dev server using `yarn start`. The frontend is now accessible on port 3001.