Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/horizon-games/react-ts-app

React + MobX + TypeScript + Webpack w/ code-splitting, async module loading and optional SSR
https://github.com/horizon-games/react-ts-app

Last synced: 17 days ago
JSON representation

React + MobX + TypeScript + Webpack w/ code-splitting, async module loading and optional SSR

Awesome Lists containing this project

README

        

# React TypeScript app

## Features

* React
* MobX
* MobX-Little-Router
* TypeScript
* Webpack
* w/ code-splitting and async module loading

## Usage

**Development:**

```shell
$ yarn
$ yarn dev
```

**Production:**
```shell
$ yarn dist
$ yarn dist:server
```