Ecosyste.ms: Awesome

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

https://github.com/aaronksaunders/stencil-mobx


https://github.com/aaronksaunders/stencil-mobx

ionic-framework javascript mobx stencil-js stenciljs

Last synced: 3 months ago
JSON representation

Lists

README

        

# Stencil with mobx - TodoList

Mobx is a state management library, somewhat structured like Redux,
but simpler without the need to implement full event, reducer etc. - chains.

## Getting Started

To start learning about mobx in stencil, clone this repo to a new directory:

```bash
git clone [email protected]:ionic-team/stencil-starter.git my-app
cd my-app
git remote rm origin
```

and run:

```bash
npm install
npm start
```