Skip to content

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

Notifications You must be signed in to change notification settings

andreamangano/ssr-react-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published