Basic React/Mobx Starter project
To get start, follow the steps:
- Clone this repo:
$ git clone https://github.com/keuller/basic-mobx-starter.git
- Install dependencies:
$ yarn // or npm install
- Start the application:
$ yarn run dev // or npm run dev
Your default browser will point out to http://localhost:3000.
Good code and have fun. :)