/UniversalReact

Universal React app with server-side rendering

Primary LanguageJavaScript

Based on the demo app in this tutorial. Refactored to use stateless functional components.

Getting Started

  • Install dependencies and dev dependencies npm install --development
  • Build bundle.js npm run build
  • Run express server npm start