Skip to content

javaxt-project/javaxt-express-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages