Skip to content

Starter template for full stack project using React (TypeScript) and SpringBoot (Webflux)

Notifications You must be signed in to change notification settings

achalise/springboot-react-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

A very simple react app with Spring Boot backend.

Backend

Implemented using Spring Boot,

To run: cd backend and ./gradlew bootRun which will run the server on port 8080

Front end

Implemented using ReactJS, application bootstrapped using create-react-app To run: cd blogs-ui, npm install and npm start This will run the client at localhost:3000

Backend has CORS configured to allow all requests for now to enable testing.

Testing

Example test cases to get started with unit and integration testing

Styling

bare bones bootstrap 4

About

Starter template for full stack project using React (TypeScript) and SpringBoot (Webflux)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published