JavaScript/React.js

1. 세팅 1). react-router-dom 설치 npm i react-router-dom 2). react bootstrap 설치 npm install react-bootstrap bootstrap 3). Browser globals 추가 # REACT-APP -> public -> index.html 아래 내용 추가 4). CSS 추가 # 1. REACT-APP -> src -> index.js 상단 추가 import 'bootstrap/dist/css/bootstrap.min.css'; # 2. REACT-APP -> public -> index.html 2. NavBar 추가하기 1). 폴더, 파일 생성 2). Exetnsions에서 다운로드 가. 나. 위 2가지를 설치하고 .js에서 rafc..
누리는 귀여워
'JavaScript/React.js' 카테고리의 글 목록