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