This is the documentation site for the Fullstack Development with Spring Boot and React book project. It is built with Docusaurus and deployed automatically via GitHub Actions.
yarnyarn startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
yarn buildThis command generates static content into the build directory and can be served using any static contents hosting service.
The site is automatically deployed to GitHub Pages.
👉 The live site is available here: brianronock.github.io/fullstackdev_spring-and-react
When you clone this repository, you will only see the Docusaurus scaffold.
The actual book content (chapters, blog posts, images, tools) is kept in a private source repository to keep this repo lightweight and focused.
That means:
- You can install and run the Docusaurus dev server (
yarn start) — it will start fine. - The site will not show the full book content locally.
- To read the complete material, visit the live site: brianronock.github.io/fullstackdev_spring-and-react
This way, you don’t need to handle extra files or tools — everything you need to learn is already available on the published site.