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.
- Host: GitHub
- URL: https://github.com/kit-data-manager/admin-ui
- Owner: kit-data-manager
- Created: 2020-09-01T07:43:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T09:55:28.000Z (over 5 years ago)
- Last Synced: 2025-02-06T02:51:20.455Z (over 1 year ago)
- Language: JavaScript
- Size: 362 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).