https://github.com/programmersteve/supabase-tutorial
Following a tutorial on supabase to learn how to use it
https://github.com/programmersteve/supabase-tutorial
Last synced: 11 months ago
JSON representation
Following a tutorial on supabase to learn how to use it
- Host: GitHub
- URL: https://github.com/programmersteve/supabase-tutorial
- Owner: ProgrammerSteve
- Created: 2022-11-20T05:26:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T01:09:22.000Z (over 3 years ago)
- Last Synced: 2025-03-29T10:44:41.585Z (about 1 year ago)
- Language: JavaScript
- Size: 309 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Starter React Project for the Supabase Course
**How to run the starter project:**
1. Once downloaded, navigate to the project directory in a terminal and run **npm install** to install all the project dependencies.
2. In the project directory, run **npm start** to run the app & view it in a browser at [http://localhost:3000](http://localhost:3000).
The page will reload when you make changes.\
You may also see any lint errors in the console.