taskvelte (beta) is a simple CRUD application created with Svelte, Firebase v9 & Tailwind CSS.
You need:
Clone the repository & install dependencies:
[email protected]:pheralb/taskvelte.git
cd taskvelte
npm install
📢 If you're using Visual Studio Code we recommend installing the official extension Svelte for VS Code.
APP_ENV_FIREBASE_API_KEY=
APP_ENV_FIREBASE_AUTH_DOMAIN=
APP_ENV_FIREBASE_PROJECT_ID=
APP_ENV_FIREBASE_STORAGE_BUCKET=
APP_ENV_FIREBASE_MESSAGING_SENDER_ID=
APP_ENV_FIREBASE_APP_ID=
Enable in the Authentication (/authentication/providers) section the possibility of logging in with Google.
Run the project with Rollup:
npm run dev
and open localhost:8080 🎉.