template project for spring boot react application with webpack and typescript
$ git clone https://github.com/tomorrow10/spring-boot-react-template.git
$ cd spring-boot-react-template
$ mvn install
$ cd backend
$ mvn spring-boot:run
Your app should be up and running on port 8080.
Open http://127.0.0.1:8080 in your browser and you should see basic Hello World message.