svelte-tailwind-darkmode

Svelte Tailwind Darkmode

Simple 'dark mode' setup of Svelte with Tailwind

Introduction

This is the Svelte starter app with Tailwind installed and 'dark mode' implemented.

This is a demonstration of a production deployment.

Get started with this template

npx degit ryankillian/svelte-tailwind-darkmode darkmode-app
cd darkmode-app
npm install

Running in dev mode

npm run dev

Build for production

npm run build

Running in production mode

Install surge if you haven't already:

npm install -g surge

Then, from within your project (darkmode-app/public) folder:

cd public
surge

Top categories

Loading Svelte Themes