- Print
- DarkLight
- PDF
Article Summary
Share feedback
Thanks for sharing your feedback!
Node(Express.js)
This integration can not be installed directly into a React,Angular or Vue project.
Run this command in your node project.
npm install prerender-node --save
And when you set up your express app:
app.use(require('prerender-node').set('prerenderToken', 'YOUR\_TOKEN'));
Was this article helpful?