A sapper template with included support for smui (svelte-material-ui) using rollup
npx degit "kafai97/sapper-smui-template" my-appAlternatively, use GitHub's template with this repositories.
After getting the source code, install dependencies and run the project in development:
cd my-app
yarn
yarn devThen open localhost:3000