24 lines
1002 B
Markdown
24 lines
1002 B
Markdown
<img src="https://static.begin.app/node-events/readme-banner.png" width="442">
|
|
|
|
[](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! |