快速查詢艾利森日K用的小小日曆 🥰
-
Clone this repository
-
Use docker compose to build and run the project
docker compose up --build
- Open your browser and go to
http://localhost:3000
- Go to
frontend
directory
cd frontend
- Install dependencies
yarn install
- Start the frontend server
yarn start
- Back to the root directory and start the backend server
cd ..
docker compose up -f docker-compose.dev.yml --build
- Open your browser and go to
http://localhost:3001
Notice: Port 3000 is your default frontend server, but you need to through the backend NGINX server to access the frontend.
Nat Lee |