fe-boilerplate/README.md
2015-12-14 13:08:26 +01:00

440 B

React-TypeScript

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

Initial install:

  • 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 repo.