Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vikignt/sapper-mui
- Owner: vikignt
- License: mit
- Created: 2019-12-17T08:16:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T22:43:48.000Z (about 5 years ago)
- Last Synced: 2024-11-04T01:42:10.422Z (about 2 months ago)
- Topics: sapper-mui, savelte-ui, svelte-mui
- Language: HTML
- Homepage: https://sapper-mui.ibbf.ru
- Size: 182 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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