Skip to content

alsiddegmohmmed/material-kit-react-1

 
 

Repository files navigation

Pages

  • [Dashboard]
  • [Customers]
  • [Integrations]
  • [Settings]
  • [Account]
  • [Sign In]
  • [Sign Up]
  • [Reset Password]

Quick start

  • 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 or yarn
  • Start the server: npm run dev or yarn dev
  • Open browser: http://localhost:3000

File Structure

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

Packages

No packages published

Languages

  • TypeScript 97.1%
  • JavaScript 2.4%
  • CSS 0.5%