Skip to content

melonicedlatte/todo-application

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React.js, 스프링 부트, AWS로 배우는 웹 개발 101

도서 정보: 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 의 질문고 답변에 게시글을 작성 해 주시기 바랍니다.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 53.1%
  • JavaScript 37.9%
  • HTML 5.8%
  • CSS 3.2%