Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김서영
/
searchGuide
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
bluejoyq
2019-11-22 18:19:48 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e941655c9cc44ac478aed251660b87a40be21eda
e941655c
1 parent
42b71450
edit readme
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
README.md
README.md
View file @
e941655
...
...
@@ -7,16 +7,16 @@
1.
프론트엔드 작업 파일은 ./searchGuide 폴더 안에 들었습니다.
2.
".env" 파일을 대체할 색상 코드와 서버 주소를 적어주세요.
3.
프론트엔드 폴더로 이동
```
bash
```
cd .\searchGuide\
```
4.
필요한 패키지 설치
```
bash
```
npm install
npm install expo-cli --g
```
5.
expo cli 실행하기
```
bash
```
npm start
```
...
...
Please
register
or
login
to post a comment