fe-boilerplate/README.md
2019-12-28 21:00:27 +01:00

431 B

Fork of https://github.com/mobxjs/mobx-react-typescript-boilerplate.git

React-TypeScript

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

Initial run:

  • Install Node.js
  • yarn install
  • yarn 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.