리액트 기초 관련 자료

jaybon·2022년 11월 3일
0

리액트

목록 보기
1/7

리액트 프로젝트 명은 대문자 없이 영어와 하이픈으로만 설정 권장

my-temp-app

npx로 설치하기

npx create-react-app 앱이름

yarn으로 설치하기

https://create-react-app.dev/docs/getting-started

yarn create react-app 앱이름

yarn V3로 설치시 gitignore 추가

# yarnV3
/.yarn
.pnp.cjs
.pnp.loader.mjs

라우팅

https://reactrouter.com/en/main/start/tutorial

yarn add react-router-dom

FontAwsome

https://fontawesome.com/v5/docs/web/use-with/react

yarn add @fortawesome/fontawesome-free
// index.js or App.js

import "@fortawesome/fontawesome-free/css/all.min.css";

react bootstrap

https://react-bootstrap.github.io/getting-started/introduction

yarn add react-bootstrap bootstrap
// index.js or App.js

import 'bootstrap/dist/css/bootstrap.min.css';
profile
티스토리 블로그 https://ondolroom.tistory.com/

0개의 댓글

관련 채용 정보