Programing/Framework
React with Spring Boot 프로젝트 구조 잡기
나모찾기
2018. 11. 14. 15:21
React를 프론트 사이드로, Spring을 백엔드로 개발을 하려고 한다.
찾아보니 스케폴딩 / 스켈레톤 (뼈대)를 구성한 것이 github에 꽤 올라와 있었다.
- React.js and Spring Data REST (스프링 튜토리얼) - Github
- 위의 튜토리얼을 한국인이 따라해가면서 정리한 곳: https://greencrayon00.wordpress.com/2015/11/09/spring-react-js-튜토리얼-따라하기-2부-hypermedia/ / Github
- Spring boot, react 이용한 블로그 개발 - Github
- Kotlin + Spring Boot + Webpack + Babel + ReactJS: https://github.com/mikaelhg/spring-boot-webpack-es6-react-poc
- Token-based blog application using spring boot, react and jwt.: https://github.com/keumtae-kim/spring-boot-react-blog
- Reactive Programming with Spring 5 : https://github.com/hantsy/spring-reactive-sample (다양하다!)
- Bootiful Development with Spring Boot and React: https://developer.okta.com/blog/2017/12/06/bootiful-development-with-spring-boot-and-react
허나 나는 maven이 아닌 gradle로 설정을 하고 싶은데...