Skip to content
/ React-SSR-express Public template

this system includes SSR react with additional babel transformations available on the fly

License

Notifications You must be signed in to change notification settings

Adysenlab/React-SSR-express

Repository files navigation

Deploy

React Server Tutorial

This is a modified version of the React comment box example from the React tutorial. The example app has been modified to add Server-Side Rendering, React Router, and Redux.

To use

The Node.js app serves static files from public/ and handles requests to /api/comments to fetch or add data. Start a server with:

npm install
node server.js

And visit http://localhost:3000/. Try opening multiple tabs!

Changing the port

You can change the port number by setting the $PORT environment variable before invoking the script, e.g.,

PORT=3001 node server.js

the video app in this master doesn't work as per the expectations

About

this system includes SSR react with additional babel transformations available on the fly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published