fe-boilerplate/README.md

13 lines
431 B
Markdown
Raw Permalink Normal View History

2019-12-28 21:00:27 +01:00
_Fork of https://github.com/mobxjs/mobx-react-typescript-boilerplate.git_
2015-09-15 08:12:08 +02:00
# React-TypeScript
2016-02-26 16:39:48 +01:00
Minimal boilerplate for a single-page app using MobX, React and TypeScript with TSX.
2015-09-15 09:19:05 +02:00
2016-02-26 16:39:48 +01:00
Initial run:
2015-09-15 09:19:05 +02:00
* Install Node.js
2019-12-28 21:00:27 +01:00
* `yarn install`
* `yarn start`
2016-03-14 10:27:34 +01:00
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.