-
Notifications
You must be signed in to change notification settings - Fork 152
Extending WebIDE Frontend overview
Candy Zheng edited this page Jul 20, 2017
·
2 revisions
To build your own app on top of the Start Kit or the current plugins such as Webide-plugin-Env
- clone .... a plugin or yo
- clone the WebIde project
After you have set up the project using above instructions, you can use your favorite IDE or text editor to write code, and run the application from the command line.
To learn how to structure your application and use the our application architecture, read the our Architecture guide for more details.
yarn
-
in your plugin project just run
yarn dev
orPORT=xxx yarn dev
for special port,default is 4000 -
in coding/WebIDE project you should add PACKAGE_DEV = true and change PACKAGE_SERVER to the development server generated by plugin yarn dev you can aslo set cookies for key PACKAGE_DEV or PACKAGE_SERVER in run time.