Skip to content

Commit

Permalink
Merge pull request #19 from JWWon/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
JiwoonWon authored Apr 16, 2019
2 parents 060638d + 38e32d9 commit 35b287a
Show file tree
Hide file tree
Showing 438 changed files with 6,638 additions and 4,228 deletions.
14 changes: 0 additions & 14 deletions .amplifyrc

This file was deleted.

13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,15 @@ buck-out/
base-url.json

# Cocoapod
Pods/
Pods/

#amplify
amplify/\#current-cloud-backend
amplify/.config/local-*
amplify/backend/amplify-meta.json
amplify/backend/awscloudformation
build/
dist/
node_modules/
aws-exports.js
awsconfiguration.json
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
1. `npm` 혹은 `yarn` 설치
2. `cocoapod` 설치
3. `aws init` 실행

### 실행하기

Expand All @@ -30,8 +31,9 @@
}
```

6. `~/wdd-client& npm run dev`
7. 서비스 실행
6. `~/wdd-client$ amplify push` (AWS Amplify 세팅)
7. `~/wdd-client$ npm run dev`
8. 서비스 실행

- Android
1. 에뮬레이터 혹은 안드로이드 디바이스 연결
Expand Down
51 changes: 0 additions & 51 deletions amplify/#current-cloud-backend/amplify-meta.json

This file was deleted.

Loading

0 comments on commit 35b287a

Please sign in to comment.