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.
- CMS
- CRUD
Update the .gitignore to exclude JavaScript folders copied during the maven build.