- Frontend:
- create-react-app. React Framework for building single-page applications.
- Tailwind for styling and layout.
- Supabase.js for user management and realtime data syncing.
- Backend:
- app.supabase.io/: hosted Postgres database with restful API for usage with Supabase.js.
cp .env.template .env
yarn
yarn build
Sign up to Supabase - https://app.supabase.io and create a new project. Wait for your database to start.