Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot & React MPA Skeleton

Project structure

.
├── config.js
├── HELP.md
├── mvnw
├── mvnw.cmd
├── package.json
├── package-lock.json
├── pom.xml
├── README.md
└── src
    ├── main
    │   ├── java
    │   │   └── com
    │   │       └── skeleton
    │   │           └── skeleton
    │   │               ├── controller
    │   │               │   ├── AbstractPage.java
    │   │               │   └── SampleController.java
    │   │               ├── model
    │   │               │   └── ViewDescriptor.java
    │   │               └── SkeletonApplication.java
    │   ├── react
    │   │   ├── components
    │   │   ├── http
    │   │   ├── register.js
    │   │   └── sample.jsx
    │   └── resources
    │       ├── application.yml
    │       ├── static
    │       └── templates
    │           └── index.mustache
    └── test
        └── java
            └── com
                └── skeleton
                    └── skeleton
                        └── SkeletonApplicationTests.java

About

Skeleton project to build full stack webs with spring boot and reactjs

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages