Eric Whale

Edit readme - temporal solution #2

Showing 1 changed file with 12 additions and 0 deletions
...@@ -19,23 +19,35 @@ The main goal of this project is not to make something useful but to learn/use a ...@@ -19,23 +19,35 @@ The main goal of this project is not to make something useful but to learn/use a
19 * Clone the repo on your computer (temporal solution) 19 * Clone the repo on your computer (temporal solution)
20 20
21 1. Clone the repo 21 1. Clone the repo
22 +
22 $ git clone http://khuhub.khu.ac.kr/2019102244/weather_chatbot.git <your_dir> 23 $ git clone http://khuhub.khu.ac.kr/2019102244/weather_chatbot.git <your_dir>
23 24
25 +
24 2. Install node_modules 26 2. Install node_modules
27 +
25 * install at server dir 28 * install at server dir
29 +
26 $ cd <your_dir>/server 30 $ cd <your_dir>/server
31 +
27 $ npm install 32 $ npm install
28 33
29 * install at client dir 34 * install at client dir
35 +
30 $ cd .. 36 $ cd ..
37 +
31 $ cd client 38 $ cd client
39 +
32 $ npm install 40 $ npm install
33 41
42 +
34 3. start the web-app 43 3. start the web-app
44 +
35 $ cd .. 45 $ cd ..
46 +
36 $ cd server && npm start 47 $ cd server && npm start
37 48
38 2. Load the repo on web browser 49 2. Load the repo on web browser
50 +
39 localhost:8080 51 localhost:8080
40 52
41 53
......