티스토리 뷰
반응형
NodeJS & npm 설치
- NodeJS: For local JS engine
- npm: package manager
npx 패키지 설치
- npm package binary들을 실행하기 위함
npm install -g npx
yarn 패키지 설치
- npm을 보조하는 패키지: yarn으로 패키지 설치/관리하자
- Fast (using cache)
- Reliable (using yarn.lock)
- Secure (using checksums)
npm install -g yarn
VS Code Extention
- npm
- npm Intellisense
- ES7+ React/Redux/React-Native snippets
- jshint
- Tailwind CSS IntelliSense
- env-cmd-file-syntax
- CodeSnap
- Bracket Pair Colorizer
- ES7 React Snippets
- Prettier - Code formatter
- Auto Rename Tag
- styled-components-snippets
- Import Cost
- VS Code Icons
반응형
'WebApp' 카테고리의 다른 글
[ReactJS] 리액트? 메인 컨셉/설계 이야기 (1) | 2022.02.27 |
---|
댓글