0.0.0 • Published 1 year ago

@paglipay/chat-widget-example v0.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

This example was bootstrapped with Create React App.

It is linked to the @paglipay/chat-widget package in the parent directory for development purposes.

Usage

# in parent/root (/) directory
npm install  # install deps for @paglipay/chat-widget
# in example/current directory
npm install  # install @paglipay/chat-widget and its dependencies from the parent
npm start    # serves the example app on :3000

Updates to functionality in the parent dir will be reflected in the example app.