Minor updates and changes

This commit is contained in:
Jyri Eerola 2019-12-28 21:00:27 +01:00
parent 5965cb8469
commit eb15f0c119
4 changed files with 518 additions and 401 deletions

View file

@ -1,3 +1,5 @@
_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.
@ -5,7 +7,7 @@ Minimal boilerplate for a single-page app using MobX, React and TypeScript with
Initial run:
* Install Node.js
* `npm install`
* `npm start`
* `yarn install`
* `yarn start`
For simplicity sake Webpack Hot Module Reloading is disabled. If you want to use HMR, see the [Reactive2015 demo](https://github.com/mobxjs/mobx-reactive2015-demo) to see a valid setup.