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
- Host: GitHub
- URL: https://github.com/pcastelan/react-framework7-mobx
- Owner: pcastelan
- License: mit
- Created: 2018-10-04T17:54:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T13:41:26.000Z (over 6 years ago)
- Last Synced: 2025-01-31T12:35:03.332Z (4 months ago)
- Topics: framework7, mobx, mobx-react, react, react-app-rewired
- Language: JavaScript
- Size: 131 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```