1. 노드 설치
2. npm install -g express
3. express myapp (프로젝트 기본 골격 생성)
4. cd myapp (이동)
5. npm install
6. npm start
7. htpp://localhost:3000 확인
1. 노드 설치
2. npm install -g express
3. express myapp (프로젝트 기본 골격 생성)
4. cd myapp (이동)
5. npm install
6. npm start
7. htpp://localhost:3000 확인