Showing
1 changed file
with
25 additions
and
9 deletions
... | @@ -31,20 +31,36 @@ | ... | @@ -31,20 +31,36 @@ |
31 | 31 | ||
32 | ## Getting Started (Installation) | 32 | ## Getting Started (Installation) |
33 | 33 | ||
34 | -### Install | 34 | +### Set up |
35 | - | 35 | +```bash |
36 | -```sh | 36 | +git clone http://khuhub.khu.ac.kr/2021105636/Extended-Calendar.git |
37 | npm install | 37 | npm install |
38 | -npm -g install nodemon | 38 | +npm install -g nodemon |
39 | +npm install -g pm2 | ||
39 | ``` | 40 | ``` |
40 | 41 | ||
41 | -### Build & Run | 42 | +### Run to debug |
42 | - | 43 | +> Terminal 1 ( Server ) |
43 | -```sh | 44 | +> |
45 | +> ``` | ||
46 | +> npm run server | ||
47 | +> ``` | ||
48 | +> | ||
49 | +> Terminal 2 ( React ) | ||
50 | +> | ||
51 | +> ``` | ||
52 | +> npm start | ||
53 | +> ``` | ||
54 | + | ||
55 | +port : 3000 | ||
56 | +<br> | ||
57 | +### Run to deploy | ||
58 | +``` | ||
44 | npm run build | 59 | npm run build |
45 | -npm run server | 60 | +npm run pm2 |
46 | ``` | 61 | ``` |
47 | - | 62 | +port : 3001 |
63 | +<br> | ||
48 | <br> | 64 | <br> |
49 | 65 | ||
50 | ## Usage | 66 | ## Usage | ... | ... |
-
Please register or login to post a comment