Mini-Meco is a web application that provides agile tooling for teams to enhance their productivity and streamline their workflow.
Before you start, ensure you have Node.js installed on your machine. This project uses both a client-side (frontend) and server-side (backend) application, which need to be set up together.
-
Clone the repository:
git clone https://github.com/shumancheng/Mini-Meco.git cd Mini-Meco
-
Install all necessary dependencies for both frontend and backend:
npm run install-all
To run the project, use the following command:
npm run dev
This command will start both the frontend and backend development servers concurrently.
- Frontend will typically run at http://localhost:5173.
- Backend will typically run at http://localhost:3000.
- npm run install-all: Installs all dependencies for both client and server.
- npm run build-all: Builds both the client and server projects.
- npm run dev: Starts both the client and server development servers concurrently.
By following these instructions, you can set up, develop, and run the Mini-Meco project efficiently.