Library 13

[Bootstrap] Bootstrap 사용 및 모달창 UI 만들기

4버전 선택해서 다운로드 시작 introduction - Starter template 의 아래의 내용을 긁어와서 THML내부에 붙여넣어서 사용할 수도 있다. https://getbootstrap.com/docs/4.6/getting-started/introduction/ Introduction Get started with Bootstrap, the world’s most popular framework for building responsive, mobile-first sites, with jsDelivr and a template starter page. getbootstrap.com Hello, world! 1. Jumbotron (대문) 만들기 사이트에서 jumbotron 이라고 검색하면 대문을..

Library/Bootstrap 2021.10.10

[React] React 설치하기

node.js LTS버전 다운 vscode 터미널 실행 ( ctrl + ` ) blog라는 폴더를 생성하겠음 npx create-react-app blog 생성도중에 에러메시지가 뜰 수 있는데 해결방안 react 오류해결 App.js 가 html파일이라고 볼 수 있다. 라이브서버 띄우기 #1. 생성한 프로젝트 폴더에서 npm install 실행 (내부 생성된 폴더에서 실행하면 안됨!!!!!!!!!!) npm install #2. cd '서버 띄울 파일명' 내가 사용하려는 폴더명을 꼭 확인한다. 그리고 npm start 실행 #3. npm start

Library/React 2021.09.03

부트스트랩 사용하기

부트스트랩? twitter 개발자에 의해 만들어짐 웹사이트를 쉽게 만들 수 있게 도와주는 프레임 워크 HTML, CSS, JS, LESS, Sass 기반으로 만들어짐 https://getbootstrap.com/ Bootstrap The most popular HTML, CSS, and JS library in the world. getbootstrap.com http://bootstrapk.com/ 부트스트랩 · 세상에서 가장 인기있는 모바일 우선이며, 반응형인 프론트엔드 프레임워크. 프리프로세서 부트스트랩은 평범한 CSS 로 제공합니다만, 그것의 소스코드는 2개의 인기있는 CSS 프리프로세서인 Less 와 Sass 를 사용합니다. 신속하게 프리컴파일된 CSS 로 시작하거나 소스를 빌드 bootstra..

Library/Bootstrap 2021.07.16
반응형
SMALL