Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kespinola/react-keystone


https://github.com/kespinola/react-keystone

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

#React Keystone
A lightweight isomorphic javascript web app starter and content management system that utilizes the best of the open source community.

##Features
- Keystone.js CMS
- React.js powered view layer
- Model exposure through REST API
- flux flow generated from data models
- Easy deploy with Dokku

##Requirements
- Mongo DB
- Node.js

##Developing
The development mode of the app leverages webpack react hot loading with browser sync support for live style reloads.
- clone repo
- cd directory
- `npm install`
- Start a local db instance by running `mongod`
- Finally `npm run dev`

##Collection Management
Model your collections and access a super user admin using [Keystone](http://keystonejs.com). Visit the site for info on collection creation and data management.

##Deploy
Under development...
- `npm run start`

##[Project Roadmap](https://trello.com/b/uslnWqQh)