Is a BulmaCSS-ready Svelte/Sapper template with as little boiler-plate code as one can have.
degit
npm install -g degit
npx degit "TheBeachmaster/sapper-template-bulma" myapp
cd my-app
Nav.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 .yarn
npm install
global.css
yarn run build-css
or npm run build-css
yarn 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