davidrajm / material-ui-next-js-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Materiul UI - Next.js Boilerplate

Features

  • Basic integration of next js with material ui
  • Option to change the default theme (primary, secondary colors, etc., )
  • Sidebar and also mobile menu (with Drawer)

How to use

Download or clone the repo.

git clone https://github.com/davidrajm/material-ui-next-js-boilerplate.git
cd material-ui-next-js-boilerplate

Install it and run:

npm install
npm run dev

or:

yarn
yarn dev

The link component

Next.js has a custom Link component. The example folder provides adapters for usage with MUI. More information in the documentation.

What's next?

I am planning to make this repo with little more functionalities which is usually required for any websites.

Any suggestions of adding features are welcome!

About


Languages

Language:JavaScript 100.0%