일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 자바 공부
- JavaScript
- 백준
- codesandbox
- design pattern
- useState
- websocket
- 자바
- 프로그래머스 완전탐색
- 리액트
- react hook
- 프로그래머스
- vanillaJS
- 코딩테스트 고득점 Kit
- 코틀린
- Java
- 컴퓨터 네트워크
- 장고
- react
- 코딩테스트 고득점 Kit 완전탐색
- 디자인 패턴
- 자바스크립트
- 프로그래머스 자바
- 프로그래밍 언어론
- react firebase
- 데이터모델링과마이닝
- 리액트 훅
- useEffect
- React JS
- NextJS
- Today
- Total
목록nextjs style (2)
기록하는 개발자
이전 글에서는 NextJs에 TailwindCss를 적용해보았다. 가독성과 재사용성 문제를 개선하기 위해 components를 사용해보자! https://mingmeng030.tistory.com/275 [NextJs] NextJs에 TailwindsCss 적용 하기 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. 프로젝트 생성 ming..
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..