This project is the redesign of the CI4 Plafor web application, where frontend and backend are now seperated.
The frontend is made using React and Tailwind.
cd frontendnpm installnpm start- Go to http://localhost:3000.
npm test
npm run build
The backend is made using [...].
cd backend.- [...]
- [...]
- [...]