0.1.0 • Published 7 years ago
ssrize v0.1.0
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 ssrizeor using Yarn:
yarn global add ssrizeOnce ssrize is installed, you can run the command:
# ssrize [dist folder] -p [port]
ssrize . -p 5000Contribution
ssrize is open for collaboration. Feel free to open pull requests/issues to improve this tool.