andreamangano / ssr-react-demo

Universal Javascript sample application with React, React Router, Express, Redux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSR React Example

Universal Javascript sample application with React, React Router, Express, Redux. It's a simple example of how to do server-side rendering with the React library and Redux so that component code and the application state can be shared between server and browser.

Getting started

To run the the project locally follow the steps:

  • Clone or download the project

  • Install the project dependencies with yarn install

  • Start the api server from the api-server folder (development mode): yarn dev

  • Start the web app from the app-website folder (development mode): yarn dev

  • Then navigate to http://localhost:3000

About

Universal Javascript sample application with React, React Router, Express, Redux.


Languages

Language:JavaScript 100.0%