This repo contains frontend code of the Coding WebIDE Community Edition. Please refer to the WebIDE-Workspace repo for instruction on running the project.
To start development on this repo, run:
npm install
npm start
By default the backend host is set to http://localhost:8080
and can be changed from app/config.js
. webpack-dev-server
serves on port 8060, which is specified in package.json
.