Commit a5a92ccb authored by 14이종민's avatar 14이종민 🥝

update readme

parent 7c218c2d
...@@ -2,8 +2,13 @@ ...@@ -2,8 +2,13 @@
## 필수 ## 필수
1. nodejs 설치 1. nodejs 설치
2. npm 설치 - https://nodejs.org/en/download/
3. npm install 2. npm
- nodejs를 설치하면 함께 설치됨
- `$ npm install npm -g` 하면 최신 버전으로 업데이트
3. Dependency 모듈 설치
- `$ npm install`
- sejong25 디렉토리에서 콘솔을 열고 명령어 실행
- package.json과 package-lock.json을 참고하여 필요한 모듈들을 자동으로 설치해 줌 - package.json과 package-lock.json을 참고하여 필요한 모듈들을 자동으로 설치해 줌
## 서버 및 네트워킹 ## 서버 및 네트워킹
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment