Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getoutreach/adminjs
The backend agnostic administration framework.
https://github.com/getoutreach/adminjs
Last synced: 3 months ago
JSON representation
The backend agnostic administration framework.
- Host: GitHub
- URL: https://github.com/getoutreach/adminjs
- Owner: getoutreach
- Created: 2013-08-02T02:51:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-09T23:20:44.000Z (about 11 years ago)
- Last Synced: 2024-05-22T22:34:49.464Z (5 months ago)
- Language: JavaScript
- Homepage: http://adminjs.com
- Size: 1.21 MB
- Stars: 700
- Watchers: 34
- Forks: 50
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- starred-awesome - adminjs - The backend agnostic administration framework. (JavaScript)
- awesome-starred - getoutreach/adminjs - The backend agnostic administration framework. (others)
README
# AdminJS
AdminJS is a client-side administration framework for interacting with your backend.
# Development
Be sure Node.js is installed. After cloning the repo:
* `npm install`
* `grunt server`This will start the development server and a demo app can be viewed at `http://localhost:8000`.
To build the main `adminjs.js` and `adminjs.css` files to use in your app, run `grunt build`. The results will be placed in `dist/`.