Welcome to the codeEditor Github repo.
This folder contains all the code related to this web application's UI. The frontend is created using the React framework.
This folder contains all the code related to the backend structure and API, which we create using Node Js and Express Js.
- Clone the repository
git clone https://github.com/code-Atish/codeEditor.git
cd codeEditor
- Install required node packages:
cd frontend
npm install
- Start development server
npm run dev