nt4rever / admin-rts

Home Page:https://admin-rts.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick start

  • [Download from Github]

  • Copy .env.example to .env.local

  • Make sure your Node.js and npm versions are up to date for React 18

  • Install dependencies: npm install or yarn

  • Start the server: npm run dev or yarn dev

  • Views are on: localhost:3000

File Structure

Within the download you'll find the following directories and files:

material-kit-react

┌── .eslintrc.json
├── .gitignore
├── CHANGELOG.md
├── LICENSE.md
├── next.config.js
├── package.json
├── README.md
├── public
└── src
	├── components
	├── contexts
	├── guards
	├── hocs
	├── hooks
	├── layouts
	├── sections
	├── theme
	├── utils
	└── pages
		├── 404.js
		├── _app.js
		├── _document.js
		├── account.js
		├── companies.js
		├── customers.js
		├── index.js
		├── products.js
		└── settings.js
		└──  auth
			├── login.js
			└── register.js

Document

About

https://admin-rts.vercel.app

License:MIT License


Languages

Language:JavaScript 99.6%Language:SCSS 0.4%