Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 531 Bytes

File metadata and controls

39 lines (22 loc) · 531 Bytes

plafor_frontback

This project is the redesign of the CI4 Plafor web application, where frontend and backend are now seperated.

Frontend

The frontend is made using React and Tailwind.

Run in local

  1. cd frontend
  2. npm install
  3. npm start
  4. Go to http://localhost:3000.

Testing

  1. npm test

Building the app

  1. npm run build

Backend

The backend is made using [...].

Run in local

  1. cd backend.
  2. [...]

Testing

  1. [...]

Building the app

  1. [...]