Front-end boilerplate in TypeScript using React+MobX+Webpack
Find a file
2017-07-25 11:13:33 +07: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 update webpack to latest 3.0.0 version 2017-07-25 11:13:33 +07: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 update webpack to latest 3.0.0 version 2017-07-25 11:13:33 +07:00
yarn.lock update webpack to latest 3.0.0 version 2017-07-25 11:13:33 +07: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.