Front-end boilerplate in TypeScript using React+MobX+Webpack
Find a file
2016-09-22 14:11:52 -07:00
.vscode Add boilerplate. 2015-09-15 08:16:57 +02:00
src Upgraded dev-tools to 4.0.1 wich added typings 2016-03-01 13:41:26 +01:00
.gitignore Migrated to Webpack, MobX 2016-02-26 16:56:18 +01: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 to typescript 2.0.3, remove typings and replace with npm @types packages 2016-09-22 14:11:52 -07:00
README.md Disabled webpack HMR. See #2 2016-03-14 10:27:34 +01:00
server.js Migrated to Webpack, MobX 2016-02-26 16:56:18 +01:00
tsconfig.json Migrated to Webpack, MobX 2016-02-26 16:56:18 +01:00
webpack.config.js Disabled webpack HMR. See #2 2016-03-14 10:27:34 +01: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.