A minimal live code editor for Javascript.
cd web/
npm install
npm start
The frontend application will start in the URL: http://localhost:1234
cd api/
npm install
npm start
The backend API server will start in the URL: http://localhost:5003
A minimal live code editor for Javascript.
cd web/
npm install
npm start
The frontend application will start in the URL: http://localhost:1234
cd api/
npm install
npm start
The backend API server will start in the URL: http://localhost:5003