Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`
```