This template uses Svelte + Sapper + Tailwind CSS + Firebase Functions + Firebase Hosting.
npx degit "anujkarn002/designyourway" design-your-way && cd $_
cd functions
npm install
Run npm run dev:tailwindcss
and npm run dev
in two separate terminal.
Open up localhost:3000 and start clicking around.
Setup Firebase if haven't already!!
npm install -g firebase-tools
firebase login
Edit .firebaserc with your firebase project id. Also make sure you have that project created at Firebase Console
{
"projects": {
"default": "YOUR-FIREBASE-PROJECT-ID"
}
}
Then run
npm run deploy
Open up YOUR-PROJECT-ID.web.app and start clicking around.