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

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