Skip to content

lechatthecat/react-spa-boilerplate-springboot

Repository files navigation

react-spa-boilerplate-springboot

This is a boilerplate for SPA with react and springboot.

Usage

Prepare the following:

  • VScode
  • java that is later than v11
  • Node.js and npm
  • nvm

Then run the following:

$ cd ./react-spa-boilerplate-springboot
$ nvm use 12
$ npm i
$ npm run build
or $ npm run watch

Then js/css files are ready. Press on F5 on vscode editor.

You will see the SPA is working with Spring boot on http://localhost:8080

Credit

Some of the js contained in this repository was created referring to this in28minutes project:

https://github.com/in28minutes/spring-boot-react-fullstack-examples/tree/master/spring-boot-react-hello-world-with-routing

About

This is a boilerplate for SPA with react and springboot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published