This project will setup a skeleton plugin to display the usage of the Tracking plugin.
For tracking documentation: @humany/widget-tracking.
For analytics documentation: @humany/widget-analytics.
- Ensure NodeJS and Git is installed.
- Clone or fork this repository.
- From the root folder, execute the following command to install the dependencies:
yarn - From the root folder, execute one of the following commands to generate the bundle.
yarn buildyarn build-dev - To watch the plugin in action
yarn start
This will launch your browser and redirect you to a simple server where you can see your plugin in action.