-
Open the project(ffa-admin) root directory in Command Prompt (cmd).
-
Run the following command:
<!-- -->
npm run dev -- --host 127.0.0.1 --strictPort --port 5173
- After the development server starts, open your browser and go to:
- Log in using the following credentials:
- Username: adminZDS
- Password: Zds123456
- Or just visit https://ffa-full-stack-back-office.vercel.app
You can deploy this project using Docker. Ensure Docker and Docker Compose are installed on your machine.
Run the following command in the project root directory:
docker-compose up -d --build
The application will be accessible at: http://localhost:8080