NextJS
-
NextJS + Supabase 채팅 앱 만들기 - 1. 기본 설정 + 첫 페이지사이드프로젝트 2024. 7. 19. 22:25
https://www.youtube.com/watch?v=-xXASlyU0Ck이 분의 강의를 보며 따라하는 기록이다. 가장 먼저 당연히 프로젝트를 시작할 디렉토리를 만들어준다. 그리고, NextJS 프로젝트를 시작하면 되는데, NextJS 홈페이지에 들어가면 Getting Started를 쉽게 찾아볼 수 있다.https://nextjs.org/docs/getting-started/installation Getting Started: Installation | Next.jsCreate a new Next.js application with `create-next-app`. Set up TypeScript, styles, and configure your `next.config.js` file.nextjs...