fe-boilerplate/README.md

22 lines
440 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
2015-12-14 13:08:26 +01:00
Initial install:
2015-09-15 09:19:05 +02:00
* Install Node.js
* `npm install -g tsd`
* `npm install`
* `tsd install`
2015-12-14 13:08:26 +01:00
Build:
2015-09-15 09:19:05 +02:00
* `npm run build`
To view the app:
2015-12-14 13:08:26 +01:00
* `npm start`
## Credits
This repo has been forked from the [React Typescript boilerplate](https://github.com/bvanreeven/react-typescript) repo.