jnextdev / jnreact-admin

Jnreact admin is react framework admin panel template and free for all users.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jnext React Kit - Admin Dashboard

license

React Material Dashboard

Free React Dashboard made with Material UI's components, React and of course create-react-app to boost your app development process! We'll launch a pro version soon, so if you are interested subscribe to our personal emailing list on https://jnext.co.in/

Demo

Quick start

  • Download from Github

  • Make sure your NodeJS and npm versions are up to date for React 16.8.6

  • Install dependencies: npm install or yarn

  • Start the server: npm run start or yarn start

  • Views are on: localhost:3000

Documentation

The documentation for the React Material Kit is can be found here.

File Structure

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

material-react-dashboard

├── .eslintrc
├── .gitignore
├── .prettierrc
├── CHANGELOG.md
├── jsconfig.json
├── LICENSE.md
├── package.json
├── README.md
├── public
├── docs
└── src
	├── assets
	├── common
	├── components
	├── helpers
	├── icons
	├── layouts
	├── theme
	├── views
	│	├── Account
	│	├── Dashboard
	│	├── Icons
	│	├── NotFound
	│	├── ProductList
	│	├── Settings
	│	├── SignIn
	│	├── SignUp
	│	├── Typography
	│	└── UserList
	├── App.jsx
	├── index.jsx
	└── Routes.jsx

Resources

License

Contact Us

About

Jnreact admin is react framework admin panel template and free for all users.

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.3%Language:HTML 0.7%Language:Shell 0.0%