도서 정보: http://www.acornpub.co.kr/book/reactjs-springboot
$ git clone https://github.com/fsoftwareengineer/todo-application.git
함수형 컴포넌트로 프론트엔드 코드를 진행하고자 하신다면 아래와 같이 branch를 functional-components
로 변경 해 주시기 바랍니다.
$ cd <프로젝트 디렉터리>
$ git switch functional-components
$ cd <프로젝트 디렉터리>/demo
$ ./gradlew bootRun
$ cd <프로젝트 디렉터리>/todo-react-app
$ npm install
$ npm start
질문이 있으신 경우 https://github.com/fsoftwareengineer/todo-application/discussions 의 질문고 답변에 게시글을 작성 해 주시기 바랍니다.