fe-boilerplate/README.md
2015-10-15 10:29:20 +02:00

537 B

React-TypeScript

Minimal boilerplate for a single-page app using Mobservable, Mobservable-React, React, TypeScript 1.6 with TSX, and Visual Studio Code.

Usage:

  • Install Node.js
  • npm install -g tsd
  • npm install
  • tsd install
  • npm run build

To view the app:

Credits

This repo has been forked from the React Typescript boilerplate repo.