Front-end boilerplate in TypeScript using React+MobX+Webpack
Find a file
Jyri Genral dced758ea4 Update deps
Signed-off-by: Jyri Genral <jyri.eerola@jrd.fi>
2020-05-02 13:10:03 +02: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 Add dist directory to gitignore 2019-12-28 21:01:10 +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 deps 2020-05-02 13:10:03 +02:00
README.md Minor updates and changes 2019-12-28 21:00:27 +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 Minor updates and changes 2019-12-28 21:00:27 +01:00
yarn.lock Update deps 2020-05-02 13:10:03 +02:00

Fork of https://github.com/mobxjs/mobx-react-typescript-boilerplate.git

React-TypeScript

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

Initial run:

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