Migrated to Webpack, MobX

This commit is contained in:
Michel Weststrate 2016-02-26 16:39:48 +01:00
parent c1ae765a16
commit 1256b8e27c
13 changed files with 2445 additions and 7203 deletions

View file

@ -1,22 +1,9 @@
# React-TypeScript
Minimal boilerplate for a single-page app using Mobservable, Mobservable-React, React, TypeScript 1.6 with TSX, and Visual Studio Code.
Minimal boilerplate for a single-page app using MobX, React and TypeScript with TSX.
Initial install:
Initial run:
* Install Node.js
* `npm install -g tsd`
* `npm install`
* `tsd install`
Build:
* `npm run build`
To view the app:
* `npm start`
## Credits
This repo has been forked from the [React Typescript boilerplate](https://github.com/bvanreeven/react-typescript) repo.