Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redwoodjs/redwoodjs-supabase-quickstart
Supabase Quickstart example app with RedwoodJS
https://github.com/redwoodjs/redwoodjs-supabase-quickstart
Last synced: 3 months ago
JSON representation
Supabase Quickstart example app with RedwoodJS
- Host: GitHub
- URL: https://github.com/redwoodjs/redwoodjs-supabase-quickstart
- Owner: redwoodjs
- License: mit
- Created: 2021-10-17T16:36:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T05:33:12.000Z (6 months ago)
- Last Synced: 2024-05-22T17:24:03.705Z (6 months ago)
- Language: JavaScript
- Size: 392 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-supabase - RedwoodJS Supabase Quickstart - Supabase Quickstart example app with RedwoodJS. (Community Starters)
README
# Redwood
> **NOTICE:** RedwoodJS is very close to a stable version 1.0. In the last two years,
> the project has matured significantly and is already used in production by a number
> of startups. We intend to have a 1.0 release candidate before the end of 2021 and
> to release a truly production-ready 1.0 in early 2022.## Getting Started
- [Tutorial](https://redwoodjs.com/tutorial/welcome-to-redwood): getting started and complete overview guide.
- [Docs](https://redwoodjs.com/docs/introduction): using the Redwood Router, handling assets and files, list of command-line tools, and more.
- [Redwood Community](https://community.redwoodjs.com): 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:
```terminal
yarn install
```### Fire it up
```terminal
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/*`.
# redwoodjs-supabase-quickstart