https://github.com/gomagoma676/mantine-lesson
🐬 Mantine UI lesson with Nextjs + Supabase
https://github.com/gomagoma676/mantine-lesson
mantine-ui nextjs supabase
Last synced: 3 months ago
JSON representation
🐬 Mantine UI lesson with Nextjs + Supabase
- Host: GitHub
- URL: https://github.com/gomagoma676/mantine-lesson
- Owner: GomaGoma676
- Created: 2022-05-20T11:49:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-29T06:43:26.000Z (about 2 years ago)
- Last Synced: 2025-04-29T21:39:09.607Z (6 months ago)
- Topics: mantine-ui, nextjs, supabase
- Language: TypeScript
- Homepage:
- Size: 90.8 KB
- Stars: 12
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
~~~
npx create-next-app@12.3.2 mantine-lesson --ts
yarn add next@12.3.2
~~~
~~~
yarn add -D tailwindcss postcss autoprefixer
yarn add -D prettier prettier-plugin-tailwindcss
npx tailwindcss init -p
~~~
~~~
yarn add dayjs @mantine/core@4.2.5 @mantine/hooks@4.2.5 @mantine/form@4.2.5 @mantine/dates@4.2.5 @mantine/next@4.2.5 tabler-icons-react
yarn add @supabase/supabase-js@1.33.3 react-query@4.0.0-beta.10 @heroicons/react@1.0.6 date-fns yup axios zustand
yarn add @mantine/notifications@4.2.5
~~~
https://tailwindcss.com/docs/guides/nextjs