DEV Community

Discussion on: Show me your best Open Source project

Collapse
 
lechatthecat profile image
lechat

GitHub logo lechatthecat / react-spa-boilerplate-springboot

This is a boilerplate for SPA with react and springboot.

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:development

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

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

Credit

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

github.com/in28minutes/spring-boot...