fe-boilerplate/README.md

11 lines
354 B
Markdown
Raw Normal View History

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
* `npm install`
2015-12-14 13:08:26 +01:00
* `npm 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.