1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-06 12:02:40 +03:00
Files
matrix-js-sdk/examples/browser/README.md
2015-06-08 10:43:00 +01:00

198 B

To try it out, you must build the SDK first and then host this folder:

 $ npm run build
 $ cd examples/browser
 $ python -m SimpleHTTPServer 8003

Then visit http://localhost:8003.