Files
vercel/examples/redwoodjs
Sean Massa cff72e3129 [examples] fix redwood template and update examples to use at least node@16 (#10395)
The redwood template was broken because it would use node@18, which is not supported for the version of redwood used in the template. This PR updates that version to be node@16, which does work.

While we're at it, I also updated other examples to be at least node@16. I tested deployments of each of these and the all work.
2023-08-25 15:01:55 +00:00
..

RedwoodJS Logo

RedwoodJS Example

This directory is a brief example of a RedwoodJS app with Serverless Functions that can be deployed to Vercel with zero configuration.

Deploy Your Own

Deploy your own RedwoodJS project, along with Serverless Functions, with Vercel.

Deploy with Vercel

Live Example: https://redwood-template.vercel.app

How We Created This Example

To get started with RedwoodJS on Vercel, you can use Yarn to initialize the project:

$ yarn create redwood-app ./my-redwood-app