Front-end boilerplate in TypeScript using React+MobX+Webpack
https://github.com/s-panferov/awesome-typescript-loader/issues/190 causes the boilerplate to not work, until it is fixed, change the dependency. We might want to update to 2.1 anyway soon. |
||
|---|---|---|
| .vscode | ||
| src | ||
| .gitignore | ||
| index.html | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| server.js | ||
| tsconfig.json | ||
| webpack.config.js | ||
React-TypeScript
Minimal boilerplate for a single-page app using MobX, React and TypeScript with TSX.
Initial run:
- Install Node.js
npm installnpm start
For simplicity sake Webpack Hot Module Reloading is disabled. If you want to use HMR, see the Reactive2015 demo to see a valid setup.