Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/officialrajdeepsingh/mantine-ui-nextjs
- Owner: officialrajdeepsingh
- Created: 2023-05-01T13:06:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-03T12:57:15.000Z (over 1 year ago)
- Last Synced: 2024-11-01T19:42:21.828Z (2 months ago)
- Topics: mantine, mantine-nextjs, mantine-ui, nextjs-mantine, nextjs-ui-mantine
- Language: TypeScript
- Homepage: https://officialrajdeepsingh.github.io/mantine-ui-nextjs/
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)