Clone the repo and run npm install
first. Then run the server and the client in separate terminals.
Server
$ npm run server
Client
$ npm run dev
API proxy is configured in vite.config.js
- Update routes configuration
- Use React Query for data access
- Use axios