/WebIDE-Frontend

WebIDE 前端项目

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Coding WebIDE Frontend

This repo contains frontend code of the Coding WebIDE Community Edition. Please refer to the WebIDE-Workspace repo for instruction on running the project.

Development

To start development on this repo, run:

npm install
npm start

Configuration

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.