Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xelaok/svelte-mobx-example
Reactive MVVM example with MobX & Svelte
https://github.com/xelaok/svelte-mobx-example
mobx mvvm reactive state-management svelte
Last synced: 9 days ago
JSON representation
Reactive MVVM example with MobX & Svelte
- Host: GitHub
- URL: https://github.com/xelaok/svelte-mobx-example
- Owner: xelaok
- Created: 2019-09-08T12:33:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-07T13:28:58.000Z (almost 4 years ago)
- Last Synced: 2024-11-11T04:42:00.459Z (2 months ago)
- Topics: mobx, mvvm, reactive, state-management, svelte
- Language: TypeScript
- Size: 146 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## svelte-mobx-example
[MobX](https://mobx.js.org) connector for [Svelte](https://svelte.dev) example using [svelte-mobx](https://www.npmjs.com/package/svelte-mobx)## Get started
```bash
cd svelte-mobx-example
npm install
npm run dev
```Navigate to [localhost:5000](http://localhost:5000)