개발 환경 세팅
TypeScript + React + Jest + ESLint + Parcel 개발 환경 세팅
npm
package name: (my-app)
version: (1.0.0)
description:
entry point: (index.js)
test command:
git repository:
keywords:
author:
license: (ISC)
About to write to /Users/jeongtaeung/Develop/my-app/package.json:
{
"name": "my-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}
Is this OK? (yes)package.json
.gitignore
dependencies
타입스크립트 설치
ESLint 설치
React 설치
테스팅 도구 설치 Jest with SWC
Parcel 설치
키워드 정리
SWC (stands for Speedy Web Compiler)
Webpack? Vite? TurpboPack?
더 공부해야 할 것들
간단 회고 (2023.03.06 월)
Last updated