zloniu / redwoodjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Deploying From Your Terminal

You can deploy your new RedwoodJS project, along with Serverless Functions, with a single command from your terminal using Vercel CLI:

$ vercel

About

License:MIT License


Languages

Language:JavaScript 96.1%Language:HTML 3.9%