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

https://github.com/pcastelan/react-framework7-mobx

A template for using react with framework7 and mobx
https://github.com/pcastelan/react-framework7-mobx

framework7 mobx mobx-react react react-app-rewired

Last synced: about 2 months ago
JSON representation

A template for using react with framework7 and mobx

Awesome Lists containing this project

README

        

# React + Framework7 + Mobx

This template was created with the [framework7 react template](https://github.com/framework7io/framework7-react-app-template/).

The framework7 + react template was created using [Create React App](https://github.com/facebookincubator/create-react-app).

This template uses [react-app-rewired](https://github.com/timarney/react-app-rewired/tree/master/packages/react-app-rewire-mobx) to allow decorators.

clone the repo:

```
git clone https://github.com/pcastelan/react-framework7-mobx.git my-app
```

and install dependencies
```
npm install
```

### Running the app

#### Development
```
npm start
```

#### For deployment

```
npm run build
```