Skip to content

Isomorphic/universal boilerplate with react, redux, webpack 2 and express

License

Notifications You must be signed in to change notification settings

iamkevingreen/universal-boilerplate

 
 

Repository files navigation

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

About

Isomorphic/universal boilerplate with react, redux, webpack 2 and express

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.5%
  • CSS 3.5%