An open API service indexing awesome lists of open source software.

https://github.com/kit-data-manager/admin-ui

Basic React-Admin based administration UI for KIT DM 2.0 installations.
https://github.com/kit-data-manager/admin-ui

Last synced: about 1 year ago
JSON representation

Basic React-Admin based administration UI for KIT DM 2.0 installations.

Awesome Lists containing this project

README

          

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
In order to build the project, check out the sources and change to the project folder. There you call

### `yarn`

to load all dependencies and to build the admin-ui. As soon as this process has finished, you may start
the admin-ui by calling

### `yarn -s start`

This runs the app in the development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).