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

kafai-lam/sapper-smui-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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