Skip to content

TrustPlus/keystone4-universal-react

 
 

Repository files navigation

Keystone 4 (beta) With Universal React

This project is a work in progres, and the goal of it is to learn how these technologies are setup

Goal

Server-side rendering with react (and redux) including detail pages (e.g., blog posts).

Setup

  • clone
  • npm install
  • mkdir mongo_data
  • mkdir mongo_data/db

To run project you must run

  • npm run mongod to start a mongo instance
  • npm run webpack to start webpack
  • npm run dev-start to start server (with babel-node)

Building for Production

npm run build

Run production build

npm start

Front-End Libraries/Frameworks In Use

  • react
  • react-dom
  • redux
  • react-redux
  • redux-connect
  • react-router
  • reselect

Setup on AWS Instance

About

Boilerplate for keystone 4 with universal react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 100.0%