Starter Package for upcomming Mobx React Tutorial
From your terminal run:
git clone [email protected]:orlando-paredes-hamsho/mobx-react-starter.git
Then once it's downloaded
npm install
From your terminal run:
npm run start
npm run test
Testing will also run prior to pushing to a remote server.
npm run lint
Linting will also run prior to commiting and/or pushing to a remote server.
npm run build
You can see a live version of this code on http://codepen.io/orliph/pen/pgmGjr?editors=1010