일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 리액트
- 자바
- 프로그래머스 자바
- 프로그래머스
- React JS
- codesandbox
- 프로그래밍 언어론
- websocket
- useEffect
- 컴퓨터 네트워크
- react firebase
- 자바 공부
- react
- 코딩테스트 고득점 Kit
- react hook
- 코딩테스트 고득점 Kit 완전탐색
- 자바스크립트
- 백준
- 데이터모델링과마이닝
- 장고
- useState
- 코틀린
- JavaScript
- 디자인 패턴
- 프로그래머스 완전탐색
- NextJS
- 리액트 훅
- Java
- vanillaJS
- design pattern
Archives
- Today
- Total
목록TailwindsCss (1)
기록하는 개발자
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/ckrHx1/btseKeEE2sN/BMTpxj7VLBxG3hkOMvMsY1/img.jpg)
https://tailwindcss.com/ Tailwind CSS - Rapidly build modern websites without ever leaving your HTML. Tailwind CSS is a utility-first CSS framework for rapidly building modern websites without ever leaving your HTML. tailwindcss.com 1. 프로젝트 생성 - 프로젝트가 없는 경우 프로젝트부터 생성해준다. npx create-next-app my-project cd my-project 2. postcss , autoprefixer와 함께 TailwindCss 설치 npm install -D tailwindcss postcss a..
Web/NextJs
2023. 5. 11. 17:07