1. 개발 환경

학습 키워드

  • node.js

  • NPM(Node Package Manager)

    • package.json / package-lock.json

    • node_modules

    • npx

  • ES Modules vs CommonJS

TypeScript + React + Jest + Parcel 개발 환경 세팅

setting practice

npm run lint

npx eslint --fix로도 가능.

Last updated