Skip to content

aaronksaunders/stencil-mobx

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
www
 
 
 
 
 
 
 
 
 
 

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