Files
vercel/examples/redwoodjs
Steven 3e18146846 [frameworks][examples] Update RedwoodJS to 0.25.0 (#5842)
RedwoodJS [v0.25.0](https://github.com/redwoodjs/redwood/releases/tag/v0.25.0) changed to a different build command: [yarn rw deploy vercel](https://redwoodjs.com/docs/cli-commands#vercel)

This also updates the example to use the latest template from `created-redwood-app`.
2021-02-17 16:02:53 -05:00
..

RedwoodJS Logo

RedwoodJS Example

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

Deploy Your Own

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

Deploy with Vercel

Live Example: https://redwoodjs.now-examples.now.sh

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