The Pidwin Frontend Assessment.
Enter each folder:
- backend
- frontend
and run the following command
npm install
In the backend folder, run the start command
npm run start
The backend is now up and running.
The frontend is your standard create-react-app, the default ReadME is provided under frontend/readme.md for reference. This is where you will implement the assessment tasks.