This is a simple React + Supabase sandbox.
- Node 16
- Docker
- A package manager of your choice. We tend to use Yarn.
In the project directory, after yarn install
you can run:
Launch the database and API into docker containers.
Open http://localhost:54323 to view it in the browser.
If you have issues installing the local database, an alternative is to use a free remote instance.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Clears database, runs migrations, seeds, then generates matching Typescript types.
You only need to do this if you edit the SQL migrations or seeds.