Skip to content

JL2P/PlanList-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

프로젝트 설정

Git Pull/ Push

  1. pull을 받는다. (*master 브랜치에서) git pull origin master
  2. 새 브랜치를 만든다 git checkout -b new_branch(ex 이니셜+날짜 SH1007)
  3. 작업을 한다.
  4. push를 한다 (*new_branch 브랜치에서) git push origin new_branch
  5. new_branch를 지운다. git branch -d new_branch
  6. master로 이동한다. git checkout master
  • 브랜치 이동 git checkout (내 브랜치이름) / git switch (내 브랜치이름)

시멘틱 UI

yarn add semantic-ui-react semantic-ui-css

mobx

yarn add mobx mobx-react

react-router-dom

yarn add react-router-dom

axios

yarn add axios

http-proxy-middleware

http-proxy-middleware

About

플랜잇 프로젝트의 프론트엔드 서비스 입니다.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages