Go to file
Ramkumar Chinchani a1bd5749cc fix dependabot alerts
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
2022-03-16 18:40:41 -07:00
.github initial commit: templates and github workflows 2022-03-01 17:32:59 +00:00
public Intialize zui package explorer 2022-03-16 14:24:51 -07:00
src Cleanup static data 2022-03-16 15:26:26 -07:00
.gitignore Intialize zui package explorer 2022-03-16 14:24:51 -07:00
LICENSE Initial commit 2022-03-01 09:03:50 -08:00
package-lock.json fix dependabot alerts 2022-03-16 18:40:41 -07:00
package.json fix dependabot alerts 2022-03-16 18:40:41 -07:00
README.md Intialize zui package explorer 2022-03-16 14:24:51 -07:00

Zot UI

A graphical user interface to interact with a zot server instance.

Built with React JS and Material UI.

TL;DR

To start this app, run

npm install

npm start

The app will open in your default browser. If not, you can manually open http://localhost:3000.

Available Scripts

In the project directory, run:

npm install

Do this first. Installs all dependencies needed by the app.

npm start

Runs the app in the development mode. It should open your app in your default browser. If not, you can manually open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
The app is ready to be deployed!

See this section about deployment for more information.

Learn More

This project was bootstrapped with Create React App, and built with React JS and Material UI.

To learn React, check out the React documentation.

To learn Material UI, check out the Material UI Library.