Anchor UI
UI kit for chat engines with React
Usage
Install from npm
Documentation
Check out our docs website!
Installation
src
Install node_modules
used in ./src
:
$ npm i
Compile ./src
with Babel:
$ npm run compile
examples
Install node_modules
used in ./examples
:
$ cd examples && npm i
Development
src
To watch for changes in ./src
run:
$ npm run watch
Babel will compile ./src
on changes.
examples
To start the webpack server run:
$ cd examples && npm run start
Webpack wil compile on changes in ./examples/src
.
License
This project is licensed under the terms of the MIT license.