@foo-software/create-react-app-server

Create React App Server provides server side rendering as a standalone process. Create React App Server is a Node.js Express web server. It accepts Express options and more. It serves static files from a Create React App build. It parses client side rendered HTML, writes output to HTML files on disk, and caches the relationship in memory so proceeding requests are served a static file without heavy lifting.

Usage no npm install needed!

<script type="module">
  import fooSoftwareCreateReactAppServer from 'https://cdn.skypack.dev/@foo-software/create-react-app-server';
</script>

README

@foo-software/create-react-app-server

Create React App Server provides server side rendering as a standalone process. Create React App Server is a Node.js Express web server. It accepts Express options and more. It serves static files from a Create React App build. It parses client side rendered HTML, writes output to HTML files on disk, and caches the relationship in memory so proceeding requests are served a static file without heavy lifting.

For complete documentation, including usage go to the main project README.