1.0.1 • Published 3 years ago
cra-template-supabase v1.0.1
cra-template-supabase
This is a Supabase template for Create React App.
To use this template, add --template supabase
when creating a new app.
For example:
npx create-react-app supabase-react --template supabase
# or
yarn create react-app supabase-react --template supabase
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
- Supabase – Quickstart: React.