An open API service indexing awesome lists of open source software.

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

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