Front-end boilerplate in TypeScript using React+MobX+Webpack
Find a file
Michel Weststrate 5965cb8469
Merge pull request #20 from jatcwang/master
Update to mobx-react v6, remove mobx-react-devtools as it is not compatible with v6
2019-10-31 11:40:33 +01:00
src update to mobx-react v6, remove mobx-react-devtools as it is not compatible with v6 2019-10-20 11:58:44 +01:00
.gitignore Update dependencies to latest versions, delete unnecessary files 2018-10-23 15:40:50 +03: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 mobx-react v6, remove mobx-react-devtools as it is not compatible with v6 2019-10-20 11:58:44 +01: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 Update dependencies to latest versions, delete unnecessary files 2018-10-23 15:40:50 +03:00
webpack.config.js Update dependencies to latest versions, delete unnecessary files 2018-10-23 15:40:50 +03:00
yarn.lock update to mobx-react v6, remove mobx-react-devtools as it is not compatible with v6 2019-10-20 11:58:44 +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.