Added mobservable / mobservable-react to the project

This commit is contained in:
Michel Weststrate 2015-10-15 10:29:20 +02:00
parent c61046f3f2
commit 45001f9aec
4 changed files with 33 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# React-TypeScript
Minimal boilerplate for a single-page app using React, TypeScript 1.6 with TSX, and Visual Studio Code.
Minimal boilerplate for a single-page app using Mobservable, Mobservable-React, React, TypeScript 1.6 with TSX, and Visual Studio Code.
Usage:
@ -15,3 +15,7 @@ To view the app:
* `npm install -g http-server`
* `http-server`
* Open [http://localhost:8080/](http://localhost:8080/) in your browser of choice.
## Credits
This repo has been forked from the [React Typescript boilerplate](https://github.com/bvanreeven/react-typescript) repo.