https://github.com/baymac/football-gallery
A web app for photos of football players of FC Barcelona
https://github.com/baymac/football-gallery
Last synced: 6 months ago
JSON representation
A web app for photos of football players of FC Barcelona
- Host: GitHub
- URL: https://github.com/baymac/football-gallery
- Owner: baymac
- Created: 2018-06-01T17:55:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-17T22:20:44.000Z (over 5 years ago)
- Last Synced: 2025-01-23T01:23:29.831Z (over 1 year ago)
- Language: HTML
- Homepage: https://baymac.github.io/football-gallery/
- Size: 685 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# football-gallery
A web app for photos of football players of FC Barcelona
Install Browserify
```
npm install -g browserify
```
Run the app using
```
browserify --start-server --files "*.html, stylesheets/*.css, scripts/*.js"
```