홍지윤

Update README.md

Showing 1 changed file with 15 additions and 11 deletions
...@@ -18,17 +18,21 @@ ...@@ -18,17 +18,21 @@
18 + Server : AWS EC2 18 + Server : AWS EC2
19 19
20 ## ✏️ Quick Start (build, install, setup manual) 20 ## ✏️ Quick Start (build, install, setup manual)
21 -1. git clone 21 +
22 -2. install node js 22 + $ git clone http://khuhub.khu.ac.kr/2017101294/Mapmory.git
23 -3. install mongoose 23 + $ node index.js
24 -1. npm init 24 +
25 -2. npm install express --save 25 +If it does not work well
26 -3. npm install body-parser --save 26 +
27 -4. npm install express-session --save 27 + $ npm install nodemon-g
28 -5. node index.js 28 +
29 - 29 +At package.json, add "start" : "nodemon index.js"
30 -* If it does not work well, install Nodemon 30 +
31 -* npm install nodemon-g 31 + "scripts": {
32 + "test": "echo \"Error: no test specified\" && exit 1",
33 + "start" : "nodemon index.js"}
34 +
35 + $ npm start
32 36
33 ### Dependency 37 ### Dependency
34 ----------------- 38 -----------------
......