Node(Express.js)
  • 28 Sep 2023
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Node(Express.js)

  • Dark
    Light
  • PDF

Article Summary

Node(Express.js)


This integration can not be installed directly into a React,Angular or Vue project.

View source on GitHub

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?

What's Next