Files
begin-events-click-tracker-app/readme.md
2022-03-23 13:55:54 +00:00

24 lines
1002 B
Markdown

<img src="https://static.begin.app/node-events/readme-banner.png" width="442">
[![Begin build status](https://buildstatus.begin.app/river-2ru/status.svg)](https://begin.com)
Example app demonstrating publishing and subscribing to an event function.
## Deploy your own
[![Deploy to Begin](https://static.begin.com/deploy-to-begin.svg)](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!