440 B
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 tsdnpm installtsd install
Build:
npm run build
To view the app:
npm start
Credits
This repo has been forked from the React Typescript boilerplate repo.