[Sprint #7-4] React Solo Sprint

홍영란·2020년 1월 29일
0

Reference

To Do App in React (Adding, Editing and Deleting items) | YouTube


Sprint

Sprint Process

1. 설계

※ 참고: Wireframe
와이어 프레임 제작 툴과 프로세스

2.

3. 개발 환경 구축: npm create-react-app

hong-yeonglan-ui-MacBookPro:~ hongyounglan$ npm install -g create-react-app // create-react-app 설치
hong-yeonglan-ui-MacBookPro:codestates_im17 hongyounglan$ cd im-sprint-to-do-list
hong-yeonglan-ui-MacBookPro:im-sprint-to-do-list hongyounglan$ create-react-app . // 현재 디렉토리

  • todolist terminal에서 npm run start : 리액트 실행

  • todolist terminal에서 control + C : 실행 취소

Sprint Office Hour

  • create-react-app의 구성 & what is create-react-app and boilerplate?
  • 어떻게 create-react-app 없이 React 프로젝트를 만들 수 있을까요?
  • single page application (SPA)
  • website vs web application
profile
JavaScript를 공부하고 있습니다:)

0개의 댓글