https://github.com/aliemir/with-nextjs-mantine
A basic refine example with Next.js and Mantine UI
https://github.com/aliemir/with-nextjs-mantine
Last synced: about 2 months ago
JSON representation
A basic refine example with Next.js and Mantine UI
- Host: GitHub
- URL: https://github.com/aliemir/with-nextjs-mantine
- Owner: aliemir
- License: mit
- Created: 2023-01-10T22:32:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T22:32:30.000Z (over 2 years ago)
- Last Synced: 2024-10-11T14:57:53.673Z (8 months ago)
- Language: TypeScript
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# with-nextjs-mantine
A basic **refine** example with Next.js and Mantine.
## Packages
- `@pankod/refine-core`
- `@pankod/refine-mantine`
- `@pankod/refine-nextjs-router`
- `@pankod/refine-simple-rest`
- `@pankod/refine-inferencer`
- `@pankod/refine-cli`
- `@pankod/refine-react-table`## Usage
```bash
npm run start
```to run the development server
## Auth Provider
I've created a dummy auth provider that stores the registered user in the cookies and checks the credentials while logging in.