This project serves as the content management system (CMS) for the Zalo UTE application. For the backend API repository, 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