Skip to content

jacobdmn/web3pros-react-dashboard

Repository files navigation

Web3 Pros react Dashboard

license

with the help of @Devias

Demo

Quick start

  • Download from Github or clone the repo:

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

  • 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:

┌── .eslintrc.json
├── .gitignore
├── CHANGELOG.md
├── jsconfig.json
├── LICENSE.md
├── package.json
├── README.md
├── public
└── src
	├── __mocks__
	├── components
	├── icons
	├── theme
	├── utils
	└── pages
		├── 404.js
		├── _app.js
		├── _document.js
		├── account.js
		├── customers.js
		├── index.js
		├── login.js
		├── products.js
		├── register.js
		└── settings.js

Resources

Reporting Issues:

  • Feel free to report any issues that might face you, we'll be happy to help

License

  • Licensed under MIT

Contact Us