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

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.

Awesome Lists containing this project

README

        

# JS Arena

A minimal live code editor for Javascript.

![JS Arena Preview](https://res.cloudinary.com/sivadass/image/upload/v1629424568/jsarena/JSArena_Demo.gif "JS Arena Preview")

### 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