This guide will help you set up the project's frontend on your local machine and get it up and running. Please follow the instructions carefully to ensure a smooth setup process.
- Run the command
npm install
in the terminal of the directory (frontend). - Change the
apiHost
in the apiLoc.js to backend endpoint (http://localhost:4545
for localhost, should be same asproxy
in package.json).
Run the command
npm start
in the terminal of the directory (frontend).
Run the command
npm run build
in the terminal of the directory (frontend).
Congratulations! You have successfully set up the frontend on your local machine. You can now start exploring and working on the project. If you have any issues or questions, reach out to me on LinkedIn Happy coding!