Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 833 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 833 Bytes

Code school frontend

Getting Started

These instructions will help you set up a local copy of the project for development and testing purposes.

Prerequisites

Make sure you have the following software installed on your machine:

  • Node.js (v18 or later)
  • npm (Node Package Manager)

Installation

  1. Clone the repository:

    git clone https://github.com/JoshiUtsav/constcode.git
  2. Frontend Setup:

    • Without Docker:

      Install dependencies:

      npm install

      Run the development server:

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

  4. Backend Repo - Link.