code-Atish / codeEditor

1 stars 10 forks source link

codeEditor

Welcome to the codeEditor Github repo.

Frontend

This folder contains all the code related to this web application's UI. The frontend is created using the React framework.

Backend

This folder contains all the code related to the backend structure and API, which we create using Node Js and Express Js.

Current Design

Large Device Medium Device Small Device Form img

Installation and Setup

  1. Clone the repository
    git clone https://github.com/code-Atish/codeEditor.git
    cd codeEditor
  2. Install required node packages:
    cd frontend
    npm install
  3. Start development server
    npm run dev