Front-end boilerplate in TypeScript using React+MobX+Webpack
Find a file
Benjamin Gruenbaum fde356422a Fix awesome-typescript-loader bug
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.
2016-12-10 18:27:05 +02:00
.vscode Add boilerplate. 2015-09-15 08:16:57 +02:00
src Update deps and typings, disable hot reload 2016-09-19 00:13:36 +04:00
.gitignore Update deps and typings, disable hot reload 2016-09-19 00:13:36 +04:00
index.html Migrated to Webpack, MobX 2016-02-26 16:56:18 +01:00
LICENSE More idiomatic project setup 2015-12-14 13:08:26 +01:00
package.json Fix awesome-typescript-loader bug 2016-12-10 18:27:05 +02:00
README.md Disabled webpack HMR. See #2 2016-03-14 10:27:34 +01:00
server.js Update deps and typings, disable hot reload 2016-09-19 00:13:36 +04:00
tsconfig.json Migrated to Webpack, MobX 2016-02-26 16:56:18 +01:00
webpack.config.js use awesome-typescript-loader instead of ts-loader 2016-09-26 21:08:57 +02:00

React-TypeScript

Minimal boilerplate for a single-page app using MobX, React and TypeScript with TSX.

Initial run:

  • Install Node.js
  • npm install
  • npm 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.