Skip to content

zach-render/redwoodjs

 
 

Repository files navigation

Redwood

WARNING: RedwoodJS software has not reached a stable version 1.0 and should not be considered suitable for production use. In the "make it work; make it right; make it fast" paradigm, Redwood is in the later stages of the "make it work" phase.

Getting Started

  • Tutorial: getting started and complete overview guide.
  • Docs: using the Redwood Router, handling assets and files, list of command-line tools, and more.
  • Redwood Community: get help, share tips and tricks, and collaborate on everything about RedwoodJS.

Setup

We use Yarn as our package manager. To get the dependencies installed, just do this in the root directory:

yarn install

Fire it up

yarn redwood dev

Your browser should open automatically to http://localhost:8910 to see the web app. Lambda functions run on http://localhost:8911 and are also proxied to http://localhost:8910/.redwood/functions/*.

Deploy Redwood to Render

This is a sample Redwood app, configured for deployment to Render. It consists of a static site, an API, and a managed PostgreSQL database.

The Render setup was automatically generated by running:

yarn rw setup deploy render

See Deploy Redwood JS for detailed deployment instructions.

About

Deploy RedwoodJS with Postgres on Render

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.3%
  • CSS 44.6%
  • HTML 1.6%
  • Shell 0.5%