Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kespinola/react-keystone
https://github.com/kespinola/react-keystone
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kespinola/react-keystone
- Owner: kespinola
- Created: 2015-07-01T06:21:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T01:07:17.000Z (about 9 years ago)
- Last Synced: 2023-03-29T19:58:23.330Z (over 1 year ago)
- Language: JavaScript
- Size: 1.37 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)