# mobx-react-typescript-boilerplate **Repository Path**: jasonzhouu/mobx-react-typescript-boilerplate ## Basic Information - **Project Name**: mobx-react-typescript-boilerplate - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-15 - **Last Updated**: 2024-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://github.com/mobxjs/mobx-reactive2015-demo) to see a valid setup.