https://github.com/iamvdo/speedometer-pwa
:car: Speedometer Progressive Web App
https://github.com/iamvdo/speedometer-pwa
progressive-web-app pwa speedometer
Last synced: 12 months ago
JSON representation
:car: Speedometer Progressive Web App
- Host: GitHub
- URL: https://github.com/iamvdo/speedometer-pwa
- Owner: iamvdo
- Created: 2016-06-17T13:20:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T12:43:24.000Z (over 5 years ago)
- Last Synced: 2025-04-12T10:44:53.634Z (about 1 year ago)
- Topics: progressive-web-app, pwa, speedometer
- Language: JavaScript
- Homepage: https://iamvdo.github.io/speedometer-pwa
- Size: 248 KB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Speedometer PWA
```
npm start (http://localhost:3333)
npm run prod
```
Deploy:
- create remote `gh-pages`
- `git clone --branch gh-pages public`
- `npm run deploy`
Based on:
- [Brunch + React + Babel/ES6 skeleton](https://github.com/brunch/with-react)