The Server Side Rendering (SSR) module.
You can run npm install, npm build or npm run dev.
Please make sure you have built the client app first. The ssr app is dependent on the asset manifest file generated by the client build.
cd iso-web-template/src/main/trans-react/ssr
npm install
npm run build
You can now serve the client app and the ssr app via Spring Boot.
cd ../../../../
./gradlew bootRun
There is only one build atm.
More documentation to come.
❤ From the Transempiric Collective