https://github.com/conversejs/headless-example
Example of how you can use @converse/headless
https://github.com/conversejs/headless-example
Last synced: 5 months ago
JSON representation
Example of how you can use @converse/headless
- Host: GitHub
- URL: https://github.com/conversejs/headless-example
- Owner: conversejs
- Created: 2019-03-14T19:56:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T19:59:36.000Z (about 7 years ago)
- Last Synced: 2024-12-29T15:47:06.170Z (over 1 year ago)
- Language: JavaScript
- Size: 463 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @converse/headless example
This is a quick and dirty example of how you can use @converse/headless.
While working on this example I've made changes to @converse/headless that are
not yet released. You'll therefore need a source checkout of converse.js
available.
git clone git@github.com:conversejs/converse.js.git
cd converse.js/src/headless
npm link
Now that you've created a link for @converse/headless, you can link it in
your checkout of this repo:
git clone git@github.com:conversejs/headless-example.git
cd headless-example
npm link @converse/headless
You can run `make watchjs` to build the distribution file.
Then run `make serve` and open https://localhost:7080 in your browser.