notifly-client
This package contains the JavaScript library for Notifly and a small example of how to use it.
Requirements
- Node >4 (
brew install node
) - npm >5 (normally installed alongside Node)
Setup
npm install
npm run build (to build the npm package)
npm run build:webpack (to build notifly.js)
Check notifly-client/example-static-html
for the example setup using Notifly from a script (easier)
Check notifly-client/example/README.md
for the example setup using Notifly as a react component
Development
For making developing the widget easier, there's a Storybook server you can run:
npm run storybook
Add more stories as needed.