The frontend code for the PPI Portal project. Made using React.
- Created with Create-React-App (CRA)
- React Router v6
- Antd Component Library
- Run the backend
npm install
thennpm start
- When asked to run on another port, choose yes. Optionally set running port to 3001
Feature requests can be made in Issues->Feature Request Template
Bug reports can be made in Issues->Bug Report Template
First, create an issue for your pull request, then tag that issue in your PR. If the PR links and/or depends on an issue/PR in the backend repository, please link the relevant issue/PR as well (mention PPIUK/ppi-portal-backend#<issue number>
).