bootstrap 연동하기
# intro난 부트스트랩을 엄청 많이 쓰니까 이것도 포스팅한다vue랑 조금 다르다.나중에 base만들때 쓰면 좋을듯. # 부트스트랩 먼저 들어가줌 Introduction | React BootstrapLearn how to include React Bootstrap in your project.react-bootstrap.netlify.app # 부트스트랩 모듈 설치 npm install react-bootstrap bootstrap # index.html head태그안에 스크립트 복붙 # app.js에 해당 컴포넌트 import Buttons | React BootstrapUse Bootstrap’s custom button styles for actions in forms, dialogs, a..