Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

KnisterPeter/jreact-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

jreact-examples

  • simple-spring-boot This is a very simple and unoptimized universal react application with JReact.
    The Java part of the application is to provide a REST server and serve static resources while there is a ServletFilter rendering each request which accepts text/html as react application.

    It should be sufficient to run the following commands in the simple-spring-boot directory.

    mvn clean package
    java -jar target/jreact-example-0.0.1-SNAPSHOT.jar

    Then open the url http://localhost:8080 with your browser.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published