Skip to content

Sample of React server-side rendering with Express backend.

License

Notifications You must be signed in to change notification settings

filipjanevski/react-ssr-sample

Repository files navigation

React SSR Template

This is a stateful React sample with server-side rendering using Express. The template was built by using this guide.

Using the sample

To start the you need 2 terminal windows. In each window run one of the following commands:

npm run dev-server
npm run dev-bundle

The server command starts the Express server that renders the app. The bundle command bundles the React app using Webpack.

License

This code is under the MIT license.

About

Sample of React server-side rendering with Express backend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published