- Backend: located at the root of the project and starts at the index.ts file
- FrontEnd: Located in folder /public
After cloning the project and setting up the environment, open the terminal right in the project's root folder and type the following command:
bun i
Once we have finished installing the packages, we will type the command below:
bun run dev
Open http://localhost:3001/ and go to the browser to see the backend results. Open http://localhost:3000/NganHang.html and go to the browser to see the frontend results.