Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 894 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 894 Bytes

Boiler plate for Isomorphic App

View the working working example

  • SSR via Express and Redux
  • OpenGraph Supported via Helmet and Helmet.rewind()
  • Templating in React

Install

git clone https://github.com/iamkevingreen/universal-boilerplate.git
cd universal-boilerplate
yarn install

This is a fork of Justin's Starter

Run the app from a dev server

yarn start

Build the app

yarn run build

Deployment

Currently works with Now and Heroku, but preferring Heroku because I ran out of free deploys on Now.

yarn run deploy

Article

About details of this boilerplate, please refer to: React: Server-side Rendering and Hot Reloading