코딩/Node.js

[Node] TIL-2'Express Generator' 사용하기.

카슈밀 2021. 1. 14. 01:55
반응형

expressjs.com/en/starter/generator.html

 

Express application generator

Express application generator Use the application generator tool, express-generator, to quickly create an application skeleton. You can run the application generator with the npx command (available in Node.js 8.2.0). $ npx express-generator For earlier Nod

expressjs.com

 

npx express-generator

npm install -g express-generator // express-generator를 설치.
express [폴더이름] // 폴더명을 통해서 express가 필요한 것들을 자동으로 생성해준다.

cd 폴더이름
npm start // 해당 /bin/www가 작동한다.

 

youtu.be/8MguCNT2PEo

해당 내용은 생활코딩을 통해서 작성되었다.

해당 내용을 통해서 공부하길 추천합니다.

728x90