Before anything, read last semester's final report in Edusouced, read everything in the documentation, and everything in the wiki.
cd
to ATC-Patient-Management-frontend- run
pnpm install
-
NOTE: may have upstream dependency conflict
- run
pnpm install --force
-
NOTE: Read up on
--force
here:
-
- run
npm run dev
to start frontend-
NOTE: Back-end must be running, else fetch error when login in
-
- go to http://localhost:3000 in browser to see the app
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.