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
- Host: GitHub
- URL: https://github.com/racky7/simple-react-code-editor
- Owner: racky7
- Created: 2023-12-11T16:08:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T16:14:57.000Z (over 1 year ago)
- Last Synced: 2025-01-29T10:30:02.856Z (3 months ago)
- Topics: codeeditor, reactjs, typescript
- Language: TypeScript
- Homepage: https://simple-react-code-editor.vercel.app
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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