Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 774 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 774 Bytes

sapper-smui-template

A sapper template with included support for smui (svelte-material-ui) using rollup

Getting started

Using degit

npx degit "kafai97/sapper-smui-template" my-app

Using GitHub templates

Alternatively, use GitHub's template with this repositories.

Running the project

After getting the source code, install dependencies and run the project in development:

cd my-app
yarn
yarn dev

Then open localhost:3000

Reference

Step-by-Step Guide for Installation #36