Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perminder-klair/kickoff-keystonejs
A minimalistic admin panel using KeystoneJs.
https://github.com/perminder-klair/kickoff-keystonejs
admin admin-dashboard admin-ui graphcms graphql keystonejs mongodb
Last synced: about 2 months ago
JSON representation
A minimalistic admin panel using KeystoneJs.
- Host: GitHub
- URL: https://github.com/perminder-klair/kickoff-keystonejs
- Owner: perminder-klair
- Created: 2017-05-15T11:58:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T11:51:50.000Z (almost 4 years ago)
- Last Synced: 2023-05-21T01:01:19.109Z (over 1 year ago)
- Topics: admin, admin-dashboard, admin-ui, graphcms, graphql, keystonejs, mongodb
- Language: JavaScript
- Size: 164 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## `kickoff-keystone`
> A minimalistic admin panel using KeystoneJs.
#### Requirements
```bash
- Node >=v7.7.2
- NPM >=v4.1.2
- MongoDB
```### Setup
```
yarn install
```### Scripts
- `yarn start` - simply starts the server
- `yarn run dev` - starts in development mode
- `yarn run lint` - to auto lint code### Usage
- Configuration file: `/config/index.js`
- Keystone Admin Panel `localhost:3000/keystone`##### Default logins to Keystone:
```
Username: `[email protected]`
Password: `admin12`
```