Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 415 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 415 Bytes

React/Mobx Starter Project

Basic React/Mobx Starter project

To get start, follow the steps:

  1. Clone this repo:
$ git clone https://github.com/keuller/basic-mobx-starter.git
  1. Install dependencies:
$ yarn // or npm install
  1. 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. :)