Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 532 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 532 Bytes

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.