Skip to content

Latest commit

Β 

History

History
24 lines (19 loc) Β· 696 Bytes

File metadata and controls

24 lines (19 loc) Β· 696 Bytes

React, Sever Side Rendering

A starter kit for react server side rendering applications.

Features

  • πŸ‘€ react as the view.
  • πŸ”€ react-router v4 as the router.
  • πŸš„ express server.
  • 🌍 Server Side Rendering.
  • β›‘ SEO friendly - react-helmet provides control of the page title/meta/styles/scripts from within your components.

Getting started

git clone https://github.com/ram-krishan/react-server-side-rendering-example.git my-project
cd my-project
yarn install
yarn build
yarn start-server

Now go make some changes to the src/views components to see the tooling in action.