https://github.com/sivadass/jsarena
A minimal live code editor for Javascript.
https://github.com/sivadass/jsarena
codepen-clone js-sandbox jsfiddle-clone live-code-editor
Last synced: 5 months ago
JSON representation
A minimal live code editor for Javascript.
- Host: GitHub
- URL: https://github.com/sivadass/jsarena
- Owner: sivadass
- Created: 2021-05-16T10:55:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T01:17:28.000Z (over 1 year ago)
- Last Synced: 2024-04-14T03:11:35.218Z (about 1 year ago)
- Topics: codepen-clone, js-sandbox, jsfiddle-clone, live-code-editor
- Language: JavaScript
- Homepage: https://jsarena.dev
- Size: 956 KB
- Stars: 28
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS Arena
A minimal live code editor for Javascript.

### Live URL
- [https://jsarena.dev](https://jsarena.dev)
### Installation
#### For Frontend:
```
cd web/
npm install
npm start
```The frontend application will start in the URL: http://localhost:1234
#### For Backend:
```
cd api/
npm install
npm start
```The backend API server will start in the URL: http://localhost:5003