- [Dashboard]
- [Customers]
- [Integrations]
- [Settings]
- [Account]
- [Sign In]
- [Sign Up]
- [Reset Password]
- Clone the repo:
git clone https://github.com/devias-io/material-kit-react.git
- Make sure your Node.js and npm versions are up to date
- Install dependencies:
npm install
oryarn
- Start the server:
npm run dev
oryarn dev
- Open browser:
http://localhost:3000
Within the download you'll find the following directories and files:
┌── .editorconfig
├── .eslintrc.js
├── .gitignore
├── CHANGELOG.md
├── LICENSE.md
├── next-env.d.ts
├── next.config.js
├── package.json
├── README.md
├── tsconfig.json
├── public
└── src
├── components
├── contexts
├── hooks
├── lib
├── styles
├── types
└── app
├── layout.tsx
├── page.tsx
├── auth
└── dashboard