강상위

Description for install and run

Showing 1 changed file with 11 additions and 1 deletions
...@@ -7,4 +7,14 @@ ...@@ -7,4 +7,14 @@
7 - Backend - Node.js 7 - Backend - Node.js
8 - Frontend - HTML5/CSS/Javascript 8 - Frontend - HTML5/CSS/Javascript
9 9
10 -## Prerequisite
...\ No newline at end of file ...\ No newline at end of file
10 +## Prerequisite
11 +- Terminal Environment
12 +
13 +- 1.Clone
14 +> git clone \<THIS-PROJECT\>
15 +
16 +- 2.Install modules
17 +> cd \<THIS-PROJECT\>
18 +> npm install
19 +
20 +- 3.Run
...\ No newline at end of file ...\ No newline at end of file
......