fe-boilerplate/README.md

21 lines
537 B
Markdown
Raw Normal View History

2015-09-15 08:12:08 +02:00
# React-TypeScript
Minimal boilerplate for a single-page app using Mobservable, Mobservable-React, React, TypeScript 1.6 with TSX, and Visual Studio Code.
2015-09-15 09:19:05 +02:00
Usage:
* Install Node.js
* `npm install -g tsd`
* `npm install`
* `tsd install`
* `npm run build`
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.