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

https://github.com/chenz24/react-mobx

React + React-Router3 + Mobx + Axios + Webpack2.2
https://github.com/chenz24/react-mobx

Last synced: 17 days ago
JSON representation

React + React-Router3 + Mobx + Axios + Webpack2.2

Awesome Lists containing this project

README

        

# React + React-Router3 + Mobx + Axios + Webpack2.2

> ...

## Usage

```bash
# install all this dependencies.
npm install

# development, default port: 8080
npm run dev

# production
npm run build

# lint the files
npm run lint
```