https://github.com/zevaverbach/begin-events-click-tracker-app
Begin app
https://github.com/zevaverbach/begin-events-click-tracker-app
Last synced: 3 months ago
JSON representation
Begin app
- Host: GitHub
- URL: https://github.com/zevaverbach/begin-events-click-tracker-app
- Owner: zevaverbach
- License: apache-2.0
- Created: 2022-03-23T13:55:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-23T13:55:56.000Z (about 4 years ago)
- Last Synced: 2025-11-21T20:11:32.173Z (7 months ago)
- Language: HTML
- Homepage: https://begin.com
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://begin.com)
Example app demonstrating publishing and subscribing to an event function.
## Deploy your own
[](https://begin.com/apps/create?template=https://github.com/begin-examples/node-events)
Deploy your own clone of this app to Begin!
## Getting started
- Start the local dev server: `npm start`
- Lint your code: `npm run lint` (after you've installed a linter, of course)
- Run your tests: `npm t` (don't forget to write some!)
## Reference
- [Event Functions tutorial](https://docs.begin.com/en/guides/events/) - basics on working with Event functions.
- [Events reference documentation](https://docs.begin.com/en/event-functions/provisioning) - basics on expanding the capabilities of your app
Head to [docs.begin.com](https://docs.begin.com/) to learn more!