Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mobxjs/mobx-react-typescript-boilerplate
Minimal boilerplate for a single-page app using React, TypeScript, TSX, Webpack
https://github.com/mobxjs/mobx-react-typescript-boilerplate
Last synced: 3 months ago
JSON representation
Minimal boilerplate for a single-page app using React, TypeScript, TSX, Webpack
- Host: GitHub
- URL: https://github.com/mobxjs/mobx-react-typescript-boilerplate
- Owner: mobxjs
- License: other
- Fork: true (bvanreeven/react-typescript)
- Created: 2015-10-15T07:49:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T10:40:34.000Z (about 5 years ago)
- Last Synced: 2024-04-25T16:42:25.941Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 216 KB
- Stars: 396
- Watchers: 10
- Forks: 73
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.