Showing
1 changed file
with
14 additions
and
1 deletions
... | @@ -20,7 +20,20 @@ The main goal of this project is not to make something useful but to learn/use a | ... | @@ -20,7 +20,20 @@ The main goal of this project is not to make something useful but to learn/use a |
20 | 20 | ||
21 | 1. Clone the repo | 21 | 1. Clone the repo |
22 | $ git clone http://khuhub.khu.ac.kr/2019102244/weather_chatbot.git <your_dir> | 22 | $ git clone http://khuhub.khu.ac.kr/2019102244/weather_chatbot.git <your_dir> |
23 | -$ cd <your_dir>/server && npm start | 23 | + |
24 | +2. Install node_modules | ||
25 | +* install at server dir | ||
26 | +$ cd <your_dir>/server | ||
27 | +$ npm install | ||
28 | + | ||
29 | +* install at client dir | ||
30 | +$ cd .. | ||
31 | +$ cd client | ||
32 | +$ npm install | ||
33 | + | ||
34 | +3. start the web-app | ||
35 | +$ cd .. | ||
36 | +$ cd server && npm start | ||
24 | 37 | ||
25 | 2. Load the repo on web browser | 38 | 2. Load the repo on web browser |
26 | localhost:8080 | 39 | localhost:8080 | ... | ... |
-
Please register or login to post a comment