Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 517 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 517 Bytes

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