Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.31 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.31 KB

Mini-Meco

Mini-Meco is a web application that provides agile tooling for teams to enhance their productivity and streamline their workflow.

Table of Contents

Installation

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.

Installation Steps

  1. Clone the repository:

    git clone https://github.com/shumancheng/Mini-Meco.git
    cd Mini-Meco
  2. Install all necessary dependencies for both frontend and backend:

    npm run install-all

Usage

To run the project, use the following command:

npm run dev

This command will start both the frontend and backend development servers concurrently.

Scripts Overview

  • 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.