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로 설정을 하고 싶은데...
'Programing > Framework' 카테고리의 다른 글
[spring boot] Cannot find template location: classpath:/templates/ (0) | 2018.11.19 |
---|---|
[spring boot] spring.jpa.open-in-view ?? (0) | 2018.11.19 |
[Spring] WebMvcConfigurerAdapter가 deprecate 되었네, 해결책은? (0) | 2018.10.18 |
[springboot] 기본 로깅 형식 (0) | 2018.10.18 |
[스프링] ReloadableResourceBundleMessageSource 관련한 테스트 에러 (0) | 2018.02.27 |