Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 527 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 527 Bytes

Spring Boot React Template

This is a template repository which used Spring Boot for backend, and React for frontend.

What to do next?

You may need to do these things after create a new repo with this template:

  1. Clone the repo just created;
  2. Rename the directory server;
  3. Rename the module in server/settings.gradle.kts
  4. Check server/build.gradle.kts, make sure everything is up-to-date;
  5. Rename the directory web;
  6. Rename module name in web/package.json, and make sure everything is up-to-date.