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 1 month 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T11:51:50.000Z (about 5 years ago)
- Last Synced: 2025-12-26T03:55:56.097Z (6 months 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: `admin@admin.com`
Password: `admin12`
```