An open API service indexing awesome lists of open source software.

https://github.com/racky7/simple-react-code-editor


https://github.com/racky7/simple-react-code-editor

codeeditor reactjs typescript

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Simple React Code Editor

Deployed URL - https://simple-react-code-editor.vercel.app

## Local Installation

1. Clone the repository:

```bash
git clone https://github.com/racky7/simple-react-code-editor
2. Navigate to the project's directory:

```bash
cd simple-react-code-editor
3. Install dependencies:
```bash
npm install
4. To run the project locally:
```bash
npm run dev