Showing
1 changed file
with
2 additions
and
3 deletions
... | @@ -47,7 +47,8 @@ | ... | @@ -47,7 +47,8 @@ |
47 | 47 | ||
48 | $ node index.js | 48 | $ node index.js |
49 | 49 | ||
50 | -<br/> | 50 | +---------------- |
51 | + | ||
51 | <br/> | 52 | <br/> |
52 | ---------------- | 53 | ---------------- |
53 | If ``` node index.js ``` does not work well | 54 | If ``` node index.js ``` does not work well |
... | @@ -63,8 +64,6 @@ At package.json, add ``` "start" : "nodemon index.js" ``` | ... | @@ -63,8 +64,6 @@ At package.json, add ``` "start" : "nodemon index.js" ``` |
63 | 64 | ||
64 | $ npm start | 65 | $ npm start |
65 | ---------------- | 66 | ---------------- |
66 | -<br/> | ||
67 | -<br/> | ||
68 | 67 | ||
69 | ### Dependency | 68 | ### Dependency |
70 | ----------------- | 69 | ----------------- | ... | ... |
-
Please register or login to post a comment