Showing
1 changed file
with
9 additions
and
1 deletions
... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
5 | ## Configuration | 5 | ## Configuration |
6 | 6 | ||
7 | - Front-End : React | 7 | - Front-End : React |
8 | -- Back-End : Node.js | 8 | +- Back-End : Express |
9 | - Storage : LocalForage | 9 | - Storage : LocalForage |
10 | - Crawl : Puppeteer | 10 | - Crawl : Puppeteer |
11 | 11 | ||
... | @@ -21,6 +21,14 @@ npm install | ... | @@ -21,6 +21,14 @@ npm install |
21 | 21 | ||
22 | ### Run | 22 | ### Run |
23 | 23 | ||
24 | +#### Terminal 1 | ||
25 | + | ||
24 | ```sh | 26 | ```sh |
25 | npm start | 27 | npm start |
26 | ``` | 28 | ``` |
29 | + | ||
30 | +#### Terminal 2 | ||
31 | + | ||
32 | +```sh | ||
33 | +npm run server | ||
34 | +``` | ... | ... |
-
Please register or login to post a comment