Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 231 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 231 Bytes

Install

git clone [email protected]:Marinolinderhof/mobx-calendar.git --depth=1

with Yarn:

  • yarn install
  • yarn start

With NPM;

  • npm install
  • npm start

This app is a Create-React-App so I used mobx without it's decorators.