https://github.com/taylorhakes/wolf
Scoring app for the golf game wolf
https://github.com/taylorhakes/wolf
framework7 golf javascript react
Last synced: 7 months ago
JSON representation
Scoring app for the golf game wolf
- Host: GitHub
- URL: https://github.com/taylorhakes/wolf
- Owner: taylorhakes
- License: apache-2.0
- Created: 2017-08-01T05:09:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-03T17:41:01.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T23:50:02.165Z (9 months ago)
- Topics: framework7, golf, javascript, react
- Language: JavaScript
- Homepage: https://wolfscorecard.com
- Size: 2.97 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Framework7 React App Template
To get started, clone this repo as whatever you want to name your app:
```
git clone https://github.com/bencompton/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.
### Issues
Please log any issues to the main [framework7-react repo](https://github.com/bencompton/framework7-react/issues).