Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 443 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 443 Bytes

mobx-stopwatch

First to get things started clone the project and run the following:

npm i

npm start

This will start a local webpack dev-server.

###############################

Next: This Tutorial has 3 parts:

Dev setup

checkout branch 1_setup

git checkout 1_setup

npm start

UI

checkout branch 2_UI

git checkout 2_UI

npm start

Store + Mobx

checkout to branch 3_store

git checkout 3_store

npm start