Keikai, effortlessly build spreadsheet-driven web apps.
This project contains the sample code of Keikai Developer Reference.
Please read various use cases in blog.
If you are new to run Keikai, we recommend you to read Tutorial first to know some basic ideas.
Clone the project and launch your command line interface in the folder with pom.xml
. Execute the following commands based on your OS.
mvn tomcat7:run
(support JSP)
mvn jetty:run
Run the Maven wrapper below which will download everything needed for you during starting up:
- Linux / Mac
./mvnw tomcat7:run
- Windows
mvnw.cmd tomcat7:run
After Tomcat starts up, visit http://localhost:8080/dev-ref with your browser. You will be seeing a list of examples, these examples are explained in Keikai Developer Reference.
After finishing trying it out, you can press Ctrl+c
to stop the server.
Freshly release contains the latest features and bug fixes that are under development. It's built for testing and evaluation. Welcome to try it and give us feedback.
The steps are:
- check the latest freshly version at evaluation repo
- change the keikai version in
pom.xml
- run the project according to How to Run This Project
We create the folder and file names according to the section name of Developer Reference. So that you can easily identify a section and its corresponding example zul.