Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bencompton/framework7-redux-app-template
Starter template for F7 + React + Redux
https://github.com/bencompton/framework7-redux-app-template
framework7 react redux
Last synced: 11 days ago
JSON representation
Starter template for F7 + React + Redux
- Host: GitHub
- URL: https://github.com/bencompton/framework7-redux-app-template
- Owner: bencompton
- Created: 2018-06-21T19:54:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T01:12:45.000Z (over 1 year ago)
- Last Synced: 2024-10-12T03:11:45.896Z (27 days ago)
- Topics: framework7, react, redux
- Language: JavaScript
- Homepage:
- Size: 1.07 MB
- Stars: 19
- Watchers: 3
- Forks: 13
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Framework7 v3 Redux App Template
This template leverages the [framework7-redux](https://github.com/bencompton/framework7-redux) plug-in and demonstrates creating an app with Framework7, React, and Redux.
To get started, clone this repo as whatever you want to name your app:
```
git clone https://github.com/framework7io/framework7-react-app-template/ my-app
```Running the app:
```
npm install
npm start
```To build your app for deployment, run:
```
npm run build
```The build folder will then contain all of your app's files, optimized and ready for deployment.
This template was created with [Create React App](https://github.com/facebookincubator/create-react-app). It is suggested that you read more about Create React App to understand the full capabilities of the toolset.