designyourway Tailwind Templates

Designyourway

This is a template for sapper app using tailwind css deployed to firebase.

Design Your Way

This template uses Svelte + Sapper + Tailwind CSS + Firebase Functions + Firebase Hosting.

Demo

Getting started

npx degit "anujkarn002/designyourway" design-your-way && cd $_

Running the project

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.

Deploying the project

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.

Top categories

Loading Svelte Themes