npm i parcel-bundler -D npm i lodash "scripts": { "serve" : "parcel index.html", "build" : "parcel build index.html" }, 일단 깔은게 parcel이니 parcel 기준으로 씀. 저런 식으로 parcel로 index.html 실행 시킨 뒤, parcel build index.html로 빌드 시킨다는 뜻인듯. npm run serve live server랑 다른 점 liver server는 js같은거 빌드 과정이 없어서 js같은 건 정상적으로 실행이 안됨.