1.0.2 • Published 8 years ago

react-pan-zoom v1.0.2

Weekly downloads
9
License
MIT
Repository
github
Last release
8 years ago

React-TypeScript

Minimal boilerplate for a single-page app using MobX, React and TypeScript with TSX.

Initial run:

  • Install Node.js
  • npm install
  • npm start

For simplicity sake Webpack Hot Module Reloading is disabled. If you want to use HMR, see the Reactive2015 demo to see a valid setup.