code . 로 vsCode열기
필요없는 파일들을 삭제한다.
테일윈드 CSS
https://tailwindcss.com/docs/installation
Installation - Tailwind CSS
The simplest and fastest way to get up and running with Tailwind CSS from scratch is with the Tailwind CLI tool.
tailwindcss.com
테일윈드 CSS 홈페이지에서 사용법을 확인하면 나오는
라이브러리 설치 코드를 복사하여서 터미널에서 실행한다.
index.css
.
위의
가 정확하게 어떤 css가 적용된지 확인하기 쉽도록
확장 프로그램 설치
tailwindcss는
부트스트랩처럼 CSS를 편하게 사용하도록 도와주는 라이브러리임
'FRONTEND > React' 카테고리의 다른 글
[이미지 갤러리] 배포하기 (API 키 ) (0) | 2023.11.20 |
---|---|
[이미지 갤러리] tailwind 사용 및 Pixabay API 사용하여 검색 결과에 맞는 이미지 가져오기 (1) | 2023.11.20 |
React 개념 (1) | 2023.11.18 |
[React] useEffect (1) | 2023.11.18 |
삭제 기능 추가 (1) | 2023.11.18 |