익스프레스 웹 서버 만들기 - express 서버 사용해보기
{ "name": "8_1_learn_express", "version": "1.0.0", "main": "index.js", "scripts": { "start": "nodemon app" }, "author": "junny", "license": "MIT", "description": "", "dependencies": { "express": "^4.21.2", "nodemon": "^3.1.9" }}node i expressnode i nodemon두 명령어를 사용하여 패키지들을 install 한다.install 후 scripts: 부분에 "start": "nodemon app" 을 하여 터미널에 'npm run start' 혹은 'npm start' 로 실행할 수..
2025. 1. 12.
최근댓글