Skip to content

burczu/react-ssr-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Server Side Rendering using ExpressJS - Example App

Example of the universal React app for the blog post purpose.

Installation

After you clone the repo, install all the necessary npm dependencies:

npm install

or

yarn

Running the App

To run the App, just use npm run:

npm run start

or

yarn start

Then, open the page http://localhost:3000 in your web browser.

About

Example universal app for the blog post purpose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published