반응형
리액트(React)에 부트스트랩(BootStrap) 적용하기
Module not found: Error: Can't resolve 'bootstrap/dist/css/bootstrap.css'
yarn으로 설치
yarn add react-bootstrap bootstrap
npm으로 설치
npm install react-bootstrap bootstrap
npm audit fix
반응형
'개발정보' 카테고리의 다른 글
Administrator 사용방법(계정 활성화/비활성화) (0) | 2023.01.07 |
---|---|
react 'tsc'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다. (0) | 2023.01.07 |
[JAVA] OpenJDK 1.8 다운로드 및 설치 (0) | 2023.01.06 |
visual studio code formatter js 이상하게, 나오는 경우 해결 방법 (0) | 2023.01.04 |
React TypeScript 초기 세팅 및 실행 (0) | 2023.01.04 |