Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Fullstack Book Website

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.

Installation

yarn

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

The site is automatically deployed to GitHub Pages.
👉 The live site is available here: brianronock.github.io/fullstackdev_spring-and-react

Note for Learners

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:

This way, you don’t need to handle extra files or tools — everything you need to learn is already available on the published site.