stencil-mobx icon indicating copy to clipboard operation
stencil-mobx copied to clipboard

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:

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

and run:

npm install
npm start