Web Dreamer is an online IDE to create mobile web apps, also a complete visual design tool, no any coding required.
Main showcase: http://webdreamer.powerapp.io
Web Dreamer uses the Apache 2 license. See LICENSE for details.
Web Dreamer is also a java web app running with Tomcat. To compile and install it, you need to setup the following software environments:
- JDK 1.7
- Maven 2.0 or latest version
- Tomcat 7.0
Here are steps to compile and install Web Dreamer:
- Run 'mvn clean package' command in the project root directory.
- Copy the target/webdreamer.war file to {tomcat_home}/webapps/ directory
- Start tomcat, and visit http://localhost:8080/webdreamer in web browser.
Tip: It's recommended to use Chrome or Firefox browser to visit Web Dreamer.
Questions about the WebDreamer Open Source Project can be directed to our Google Groups:
- WebDreamer:https://groups.google.com/d/forum/webdreamer
Bugs can be filed using Github Issues within the various repositories of the HuaweiSoft components.
Everyone is welcome to join WebDreamer Open Source Project to make contributions.