8000 GitHub - sivadass/jsarena: A minimal live code editor for Javascript.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sivadass/jsarena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Arena

A minimal live code editor for Javascript.

JS Arena Preview

Live URL

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

Releases

No releases published

Packages

No packages published
0