Skip to content

FlintMade/react-keystone-boilerplate

Repository files navigation

React Keystone Boilerplate

About

This stack is adapted from the React Redux Universal Hot Example. Most notable is the removal of the API server and the addition of Keystone. Features include:

Installation

Running Dev Server

  • First terminal: mongod (leave this running)
  • Second terminal: npm run dev

Building and Running Production Server

  • Build assets: npm run build
  • Start mongo (first terminal): mongod
  • Start server (second terminal): npm run start

About

Example of a universal, hot-reloading web app using React, Redux, and Keystone CMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published