Simple web app to test dynamic rendering with rendertron.
- NodeJS
- node version 10.16.3
- npm version 6.9.0
- Windows OS 64 bit (optional)
- Dynamic Processor (optional)
- see the rendertron server repository for more information
- You can use https://rendertron-dev.herokuapp.com/ (rendertron) or deploy your own
- Other dynamic processors to choose from:
-
Clone this repository.
git clone https://github.com/weaponsforge/dynamic-rendering-app.git
-
Install dependencies.
npm install
-
Run the local web server.
npm run start
-
Load the sampe js website on a web browser.
http://localhost:3000
Test the following websites on the Mobile Friendly test tool and other tools to see the difference between a normal and dynamic-rendered website.
-
Normal Static Website
https://dynamic-rendering-app.web.app/ -
Dynamic-rendered Website
https://rendertron-app.herokuapp.com/
@weaponsforge
20200327