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

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

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.