Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 789 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 789 Bytes

Introduction

Maven Quickstart

git clone https://github.com/javaxt-project/javaxt-express-demo.git
cd javaxt-express-demo
mvn install
java -jar dist/express-demo.jar -version

Note that during the build, maven will download JavaScript files to support the demos. JavaScript files are downloaded into the downloads folder and then copied into individual demo folders.

Demos

CMS Demo

java -jar dist/express-demo.jar -start cms -demo Basic

WebServices Demo

 java -jar dist/express-demo.jar -start webservices -demo CarSales

React Demo

java -jar dist/express-demo.jar -start React -dir /path/to/build

Dev Notes

Update the .gitignore to exclude JavaScript folders copied during the maven build.