https://github.com/timwis/open-collect
Offline-first mobile web app for field data collection
https://github.com/timwis/open-collect
Last synced: 24 days ago
JSON representation
Offline-first mobile web app for field data collection
- Host: GitHub
- URL: https://github.com/timwis/open-collect
- Owner: timwis
- Created: 2016-02-13T03:36:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T12:47:07.000Z (over 8 years ago)
- Last Synced: 2025-03-25T08:42:47.168Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://open-collect.surge.sh/
- Size: 57.6 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenCollect
Offline-first mobile web app for field data collection## Development
Clone this repository and use `npm install` to install dependencies.Use `npm start` to run a live reload server at `localhost:8080/webpack-dev-server`
and watch for/recompile on changes.Use `npm run watch` to _only_ watch for/recompile on changes (use your own web server)
Use `npm run build` to compile a minified, production-ready build