sveltefire-starter

Sveltefire Starter

Starter template for full-stack serverless web applications using SvelteKit, Firebase, Tailwind CSS, DaisyUI, and SvelteFire

SvelteFire Starter

Starter template for full-stack serverless web applications using SvelteKit, Firebase, Tailwind CSS, DaisyUI, and SvelteFire.

Tech Stack

How to Use This

This is intended to be an easy starter template for projects using this tech stack.

  1. Clone the repository:
git clone https://github.com/JomUserID/sveltefire-starter/
  1. Remove the Git origin:
cd sveltefire-starter
git remote remove origin
  1. Give it a new name:
cd ..
mv sveltefire-starter your-project-name
cd your-project-name

You should also replace all instances "sveltefire-starter" with "your-project-name" in package.json and package-lock.json.

  1. Install the dependencies:

    npm install
    
  2. Hook it up to a Firebase project and app:

Head over to Firebase to either create a new project and application or connect it to an existing one.

  1. (Optional) Set up a new GitHub repository and add it as the new origin:
git init
git add .
git commit -m "Initial commit"

git remote add origin https://github.com/your-username/your-project-name/
git push -u origin main

Top categories

svelte logo

Want a Svelte site built?

Hire a Svelte developer
Loading Svelte Themes