A sapper template with included support for smui (svelte-material-ui) using rollup
degit
npx degit "kafai97/sapper-smui-template" my-app
Alternatively, 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 dev
Then open localhost:3000