/Matterbay

Primary LanguageJavaScript

Full Stack App

This is a full stack application with separate client and server components.

Prerequisites

  • Node.js installed on your machine (download here)
  • npm (Node Package Manager) installed globally

Installation

  1. Clone the repository to your local machine:

    git clone <repository_url>
  2. Navigate to the server directory:

    cd server
  3. Install server dependencies:

    npm install
  4. Navigate to the client directory:

    cd ../client
  5. Install client dependencies:

    npm install

Running the App

  1. Start the server:

    cd ../server
    npm start

    This will start the Node.js server.

  2. Start the client:

    cd ../client
    npm run dev

    This will start the React development server.

  3. Open your browser and navigate to http://localhost:5173 to view the app.

License

MIT