Skip to content
Snippets Groups Projects
Commit f442201c authored by JYCHOI's avatar JYCHOI
Browse files

README.md 수정

parent 82a68f66
Branches
No related tags found
No related merge requests found
Pipeline #6380 failed
...@@ -9,3 +9,22 @@ ...@@ -9,3 +9,22 @@
- npm v6.0+ - npm v6.0+
- yarn v1.13.0+ - yarn v1.13.0+
## 간단 사용법
``` bash
# 이 프로젝트를 클론하여 다운 받습니다.
$ git clone https://git.ajou.ac.kr/JYCHOI/react-starter.git
# react-starter 디렉토리로 이동
$ cd react-starter
# git reppo. 삭제
$ rm -rf .git
# 새로운 git Repo. 생성
$ git init
# 코딩 작업 후, 여러분의 프로젝트 원격 Repo에 push
$ git push origin
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment