Skip to content
Snippets Groups Projects
user avatar
Leander Tolksdorf authored
- Split server and client into two separate packages.
- Update README with info on how to start dev server locally
- Client
	- Update react-router-dom to v6
	- Separate page components from UI components
	- Add "proxy" field to package.json for proxying api requests to the backend server
- Server
	- Update path of static file serving to new client directory
	- Update scripts
125bb28a
History

Fahrtenbuch

  • First create .env File from .env.example

  • Install modules:

npm install
  • Run
npm run dev
npm run start