Skip to content

burczu/react-ssr-router-example

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

React Server Side Rendering using ExpressJS with react-router - Example App

Example of the react-router used in universal React app. This repo is created 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

This repo is created for the blog post purpose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published