Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yunyoungsik/nexttodolist
Next.js와 Supabase, Shadcn UI를 활용하여 제작한 웹 사이트입니다.
https://github.com/yunyoungsik/nexttodolist
sass shadcn-ui supabase typescript
Last synced: 6 days ago
JSON representation
Next.js와 Supabase, Shadcn UI를 활용하여 제작한 웹 사이트입니다.
- Host: GitHub
- URL: https://github.com/yunyoungsik/nexttodolist
- Owner: yunyoungsik
- Created: 2024-07-09T08:25:16.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T02:53:16.000Z (3 months ago)
- Last Synced: 2024-08-12T03:49:54.733Z (3 months ago)
- Topics: sass, shadcn-ui, supabase, typescript
- Language: TypeScript
- Homepage:
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shadcn-board
[참고영상](https://youtu.be/0z2QSIZlKSA?si=IWhnXBNJGTDNYKSG)
'2024 Next.js & Supabase Tutorial - 동적라우팅 Dynamic Routing'까지 완료
## 설치
```
npx create-next-app@latest my-app --typescript --tailwind --eslint
npm install --save-dev sass
npm i @uiw/react-md-editor
npm install @supabase/supabase-js
npm install nanoid
code . -rnpx shadcn-ui@latest init
npx shadcn-ui@latest add button
npx shadcn-ui@latest add input
npx shadcn-ui@latest add progress
npx shadcn-ui@latest add popover
npx shadcn-ui@latest add calendar
npx shadcn-ui@latest add checkbox
npx shadcn-ui@latest add dialog
npx shadcn-ui@latest add separator
npx shadcn-ui@latest add toast
```