Contain front-end source code for the project, please refer to the writeup for detail explanation and step by step guide for deploying to AWS EC2.
Writeup link at: Link here
The accompanied back-end repository: back-end Github Link
- Clone the repository
- Create .env file
touch .env
echo VITE_SERVER_URL=<your-server-url> > .env
- Install NVM & Node 18
- Install dependencies
npm install
- Run vite react app in hot-reload mode
npm run dev