Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Minimal boilerplate for a single-page app using React, TypeScript, TSX, Webpack

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.