Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/officialrajdeepsingh/mantine-ui-nextjs

Build a new blog demo website with mantine and nextjs
https://github.com/officialrajdeepsingh/mantine-ui-nextjs

mantine mantine-nextjs mantine-ui nextjs-mantine nextjs-ui-mantine

Last synced: 18 days ago
JSON representation

Build a new blog demo website with mantine and nextjs

Awesome Lists containing this project

README

        

Built the demo with NextJS + Mantine UI + Tailwind CSS

## Getting Started

firstly, clone the code from Github repository:

```bash
# Step 1:

git clone https://github.com/officialrajdeepsingh/mantine-ui-nextjs.git

# Step 2:

cd mantine-ui-nextjs

# Step 3:

pnpm install

# Step 4:

npm run dev
# or
yarn dev
# or
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. [Read the full article](https://medium.com/frontendweb/how-to-use-the-mantine-library-with-the-nextjs-13-ecd4c5f961a4)