- 20120470 - Nguyễn Văn Hào
- 20120474 - Lê Kim Hiếu
- 20120496 - Nguyễn Cảnh Huy
Follow these steps to install and set up the Class Management App:
- Clone the repository:
git clone https://github.com/your-username/class-management-app.git
- Install dependencies:
npm install
Configure the app by providing the necessary environment variables. Create a .env file in the root of the project and add the following variables:
REACT_APP_SERVER_URL =
REACT_APP_CLIENT_URL =
To run the app locally, use the following command:
npm start
This will start the development server, and you can access the app at http://localhost:3000 in your web browser.