swd543 / react-spring-fullstack

The simplest example for a create-react-app frontend and a Spring Boot backend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-spring-fullstack

The simplest example for a create-react-app frontend and a Spring Boot backend.

Running backend

  1. cd into RestfulService
  2. Run the following command
mvn package && java -jar target/RestfulService-0.0.1-SNAPSHOT.jar

Running frontend

  1. cd into my-app
  2. Run the following commands
sudo npm -g
npm start

Check out the releases I make as I gradually add features to it. Happy hacking!

About

The simplest example for a create-react-app frontend and a Spring Boot backend.


Languages

Language:JavaScript 50.0%Language:Java 34.0%Language:HTML 9.6%Language:CSS 6.4%