This is the Svelte starter app with Tailwind installed and 'dark mode' implemented.
This is a demonstration of a production deployment.
npx degit ryankillian/svelte-tailwind-darkmode darkmode-app
cd darkmode-app
npm install
npm run dev
npm run build
Install surge if you haven't already:
npm install -g surge
Then, from within your project (darkmode-app/public) folder:
cd public
surge