Front-end boilerplate in TypeScript using React+MobX+Webpack
Find a file
2015-12-14 13:08:26 +01:00
.vscode Add boilerplate. 2015-09-15 08:16:57 +02:00
public More idiomatic project setup 2015-12-14 13:08:26 +01:00
src More idiomatic project setup 2015-12-14 13:08:26 +01:00
.gitignore More idiomatic project setup 2015-12-14 13:08:26 +01:00
LICENSE More idiomatic project setup 2015-12-14 13:08:26 +01:00
package.json More idiomatic project setup 2015-12-14 13:08:26 +01:00
README.md More idiomatic project setup 2015-12-14 13:08:26 +01:00
tsconfig.json More idiomatic project setup 2015-12-14 13:08:26 +01:00
tsd.json Upgraded to React 0.14 2015-10-29 13:51:07 +01:00

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.