일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
Tags
- NextJS
- react hook
- websocket
- 코딩테스트 고득점 Kit
- 프로그래머스 자바
- 리액트 훅
- 장고
- 디자인 패턴
- react firebase
- Java
- design pattern
- 자바스크립트
- useEffect
- React JS
- 리액트
- 프로그래머스 완전탐색
- 자바 공부
- vanillaJS
- 프로그래머스
- JavaScript
- codesandbox
- 데이터모델링과마이닝
- react
- 컴퓨터 네트워크
- 코틀린
- 백준
- useState
- 프로그래밍 언어론
- 자바
- 코딩테스트 고득점 Kit 완전탐색
Archives
- Today
- Total
목록postcss tailwindcss (1)
기록하는 개발자
[NextJs] NextJs에 TailwindCss 적용 하기
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