Front-end boilerplate in TypeScript using React+MobX+Webpack
| .vscode | ||
| app | ||
| public | ||
| .gitignore | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsd.json | ||
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 tsdnpm installtsd installnpm run build
To view the app:
npm install -g http-serverhttp-server- Open http://localhost:8080/ in your browser of choice.
Credits
This repo has been forked from the React Typescript boilerplate repo.