-
[Nextjs 시작]Next.js 2022. 7. 19. 17:24728x90
https://nextjs.org/docs/getting-started
Getting Started | Next.js
Get started with Next.js in the official documentation, and learn more about all our features!
nextjs.org
공식문서 기준으로
npx create-next-app@latest --typescripttypescript 옵션값으로 바로 설치 가능.
npm run dev또는 yarn dev를 실행 pnpm dev하여 개발 서버를 시작합니다.http://localhost:3000https://tailwindcss.com/docs/guides/nextjs
Install Tailwind CSS with Next.js - Tailwind CSS
Documentation for the Tailwind CSS framework.
tailwindcss.com
tailwind css 공식 문서를 참고하여 설치 적용
728x90'Next.js' 카테고리의 다른 글
Nextjs에서 Nestjs로 accessToken header로 요청할때 오류 (0) 2022.12.26 Recoil, react-query 로그인 오류 (0) 2022.12.24 [Nextjs]SSG,SSR react-query로 Dynamic Routes에 적용 (0) 2022.12.22 [Nextjs]상태관리 (2) 2022.12.22 [Nextjs 스와이프] Swiper 사용 (0) 2022.07.23