Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vikignt/sapper-mui

An example of using svelte-mui with sapper
https://github.com/vikignt/sapper-mui

sapper-mui savelte-ui svelte-mui

Last synced: 5 days ago
JSON representation

An example of using svelte-mui with sapper

Awesome Lists containing this project

README

        

# sapper-mui

An example of using [svelte-mui](https://github.com/vikignt/svelte-mui.git) with [Sapper](https://github.com/sveltejs/sapper)

[View the demo](https://sapper-mui.ibbf.ru)

[View the svelte demo](https://svelte-mui.ibbf.ru)

## Getting started

This projects based on [sapper-template-rollup](https://github.com/sveltejs/sapper-template-rollup)

### Installation

_Note that you will need to have [Node.js](https://nodejs.org) installed_

Clone repo [vikignt/sapper-mui](https://github.com/vikignt/sapper-mui.git)

```bash
git clone https://github.com/vikignt/sapper-mui.git
```

### Running the project

```bash
cd sapper-mui
npm install
npm run dev
```

Open up [localhost:3000](http://localhost:3000) and start clicking around

Consult [sapper.svelte.dev](https://sapper.svelte.dev) for help getting started