Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/horizon-games/react-ts-app
- Owner: horizon-games
- Created: 2017-12-07T04:57:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T22:21:15.000Z (over 6 years ago)
- Last Synced: 2024-08-01T02:33:00.961Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 149 KB
- Stars: 14
- Watchers: 22
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```