React Server Side Rendering Setup This is a complete example for the article: How To Improve React App Performance with SSR and Rust [Part I: SSR] Run app locally npm install npm start Generate Server Side Rendered HTML npm run build:ssr The file will be located in dist folder