-
[todo_app_2] 프로젝트 세팅프로젝트/[react]todo_app 2018. 5. 8. 22:33
세팅
- expo에서 프로젝트 생성
- github에 repository생성
git remote add origin urlgit pull origin mastergit add .git commit -m "some messages"git push origin masterapp.json 변경
{"expo": {"name": "cute todo","description": "cute todo app made by react","slug": "cuteTodo",앱 이름, 설명 쓰기
slug 가 expo 프로젝트 이름 따라서 cute-todo 이렇게 되어있었는데
나중에 오류난다... '-' 이거 빼야함
README.md 변경
# cute-todocute todo app made with react nativeGitHub 리드미에 표시될 부분. 마크다운
앱 완성하고 더 머찌게 바꾸쟈
git push 하고 마무리
'프로젝트 > [react]todo_app' 카테고리의 다른 글
[todo_app_6] isEditing? (0) 2018.05.15 [todo_app_5] ui 마무리 (0) 2018.05.15 [todo_app_4] 스크롤이 가능한 리스트 (0) 2018.05.15 [todo_app_3] ui- 기본, 입력칸 (0) 2018.05.12 [todo_app_1] 만들고자 하는 앱! (0) 2018.05.04