ssrize

A module to serve static files with server-side rendering.


Keywords
ssr, serve, server, side, rendering, render
License
MIT
Install
npm install ssrize@0.0.4

Documentation

install size

SSRize

Server Side Rendering is difficult and is not worth the frontend code rewrite for small teams. ssrize is the easiest tool to turn your existing React, Angular, or other Single-Page Applications into server-side rendered apps.

Usage

Install the package using NPM:

npm install -g ssrize

or using Yarn:

yarn global add ssrize

Once ssrize is installed, you can run the command:

# ssrize [dist folder] -p [port]
ssrize . -p 5000

Contribution

ssrize is open for collaboration. Feel free to open pull requests/issues to improve this tool.