- $ npm install -g express-generator
 - $ express {프로젝트 명}
 - $ cd 해당 폴더 이동
 - $ npm install // 이 경우 package.json 에 있는 것들을 install해줌
 - $ npm install ejs
 - $ node server.js 로 실행
 
https://velopert.com/294 참고
##GIT 에 업로드 하는것 참고 https://blog.chann.kr/upload-existing-project-on-github-using-remote/