Showing
1 changed file
with
10 additions
and
2 deletions
| ... | @@ -14,9 +14,9 @@ git clone ssh://git@khuhub.khu.ac.kr:12959/2017103956/howsTheAir.git | ... | @@ -14,9 +14,9 @@ git clone ssh://git@khuhub.khu.ac.kr:12959/2017103956/howsTheAir.git |
| 14 | 3. Install NPM packages | 14 | 3. Install NPM packages |
| 15 | ```sh | 15 | ```sh |
| 16 | - cd backend | 16 | - cd backend |
| 17 | -- npm install | 17 | + npm install |
| 18 | - cd frontend | 18 | - cd frontend |
| 19 | -- npm install | 19 | + npm install |
| 20 | ``` | 20 | ``` |
| 21 | 4. Enter your API key in `secrets.json` | 21 | 4. Enter your API key in `secrets.json` |
| 22 | { | 22 | { |
| ... | @@ -24,6 +24,14 @@ git clone ssh://git@khuhub.khu.ac.kr:12959/2017103956/howsTheAir.git | ... | @@ -24,6 +24,14 @@ git clone ssh://git@khuhub.khu.ac.kr:12959/2017103956/howsTheAir.git |
| 24 | "googleAPIKey": "" | 24 | "googleAPIKey": "" |
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | +## Method of Execution | ||
| 28 | +```sh | ||
| 29 | +- cd backend | ||
| 30 | +npm start | ||
| 31 | + | ||
| 32 | +- cd frontend | ||
| 33 | + npm start | ||
| 34 | +``` | ||
| 27 | 35 | ||
| 28 | ## external API | 36 | ## external API |
| 29 | - [kakao map api](https://apis.map.kakao.com/) | 37 | - [kakao map api](https://apis.map.kakao.com/) | ... | ... |
-
Please register or login to post a comment