Starter template for full-stack serverless web applications using SvelteKit, Firebase, Tailwind CSS, DaisyUI, and SvelteFire.
This is intended to be an easy starter template for projects using this tech stack.
git clone https://github.com/JomUserID/sveltefire-starter/
cd sveltefire-starter
git remote remove origin
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
.
Install the dependencies:
npm install
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.
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