This project serves as the user portal for the Zalo UTE application. The portal provides access to various features and functionalities for users. For the backend API repository that powers the portal, refer to the link below:
API Repository: Zalo UTE API
To install the dependencies for the project, run the following command:
npm install
- Open the file located at
src/types/constants.ts
- Update the remoteUrl variable to point to your API's URL.
Example:
const remoteUrl = "http://localhost:7979";
First build the project
npm run build
And start it
npm start
Your application will be accessible from localhost:3000