WSL: Windows Subsystem for Linux
cra: create-react-app
WSL 설치
wsl --install
Ubuntu 22.04가 설치된다. 설치 후 다시 시작하면 wsl을 검색 및 실행할 수 있다.
Node 설치 및 CRA
nvm install --lts #최신 버전 node 설치
npm i -g typescript ts-node #타입스크립트 컴파일러 설치
npx create-react-app <프로젝트 이름> --template typescript #Node.js 프로젝트 생성
'Web: html ccs javascript react' 카테고리의 다른 글
CORS(Cross-Origin Resource Sharing) (0) | 2024.06.14 |
---|---|
[ubuntu] apache로 서버 폴더 tree 보여주기 (0) | 2024.05.28 |
mongodb 몽고DB 기본 (0) | 2023.09.07 |
[react] tailwindcss 테일윈드CSS (0) | 2023.09.05 |
[react] eventbubbling, stoppropagation (0) | 2023.09.04 |