ecotaxa / ZooProcessV10-Front-Material-kit-trial

ZooProcess V10 for ZooScan by COMPLEx - LOV - IMEV

Home Page:http://material-kit-react.devias.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZooProcess V10 (the Front part)

license

  • Download from Github or clone the repo: git clone https://github.com/ecotaxa/ZooProcessV10-Front.git

  • 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

Reporting Issues:

License

Contact Us

  • Email Us:

About

ZooProcess V10 for ZooScan by COMPLEx - LOV - IMEV

http://material-kit-react.devias.io

License:MIT License


Languages

Language:JavaScript 100.0%