This boilerplate sets up a simple SvelteJS + Tailwind2 app using Snowpack as the 'bundler'. So far this is the quickest production setup I've found for creating webapps.
Ensure you have NodeJS installed on your system.
Open Terminal/Command Prompt, and cd to the directory where you want your app to exist.
Run the following command to clone this repo into that directory:
npx degit badgrenola/svelte-tailwind2-snowpack your-app-name
cd into the newly created app directory
Run the following command to install the required node modules:
npm i
Ensuring you are in the app directory, run the following command to launch the app:
npm start
That's it!
This structure allows you to add styling information: