Skip to content

aaronksaunders/stencil-mobx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com:ionic-team/stencil-starter.git my-app
cd my-app
git remote rm origin

and run:

npm install
npm start