Skip to content
Snippets Groups Projects
  • Leander Tolksdorf's avatar
    125bb28a
    Pretty big commit. What I've done: · 125bb28a
    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
    Pretty big commit. What I've done:
    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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using npm. Learn more