Skip to content

This is a grommet based application using a redfish API endpoint.

Notifications You must be signed in to change notification settings

RobertGary1/grommet-redfish

 
 

Repository files navigation

grommet-redfish

This is a grommet based application using a redfish API endpoint.

To run this application, execute the following commands:

  1. Install NPM modules
```
$ npm install (or yarn install)
```
  1. Start the front-end dev server:
```
$ npm run start
```
  1. Create the app distribution to be used by a back-end server
```
$ npm run build
```
  1. Test and run linters:
```
$ npm run check
```

Notes

hierarchical virtual data object, lazily loaded UI descriptors with references to paths in the data object Server: holds the retrieved back-end data, dataIds, references Reference: asks server for reference data, which will be loaded if needed

About

This is a grommet based application using a redfish API endpoint.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.3%
  • HTML 15.7%