Is a BulmaCSS-ready Svelte/Sapper template with as little boiler-plate code as one can have.
degitnpm install -g degit
npx degit "TheBeachmaster/sapper-template-bulma" myapp cd my-appNav.svelte : a nav component to show where components should resideusage.svelte : a dummy usage page showing how to use BulmaCSS inside your routes._layout.svelte : another dummy page showing how one can setup layouts that will be injected into their pages.server.js : contains the Express server appstatic/style.scss: declares Bulma styles to be used. Feel free to modify as needed. More info .yarnnpm installglobal.cssyarn run build-css or npm run build-cssyarn run dev or npm run dev yarn run clean-all or npm run clean-all or delete the __sappper__ directoryPORT=3099 yarn run dev or PORT=3089 npm run dev