https://github.com/chat-sdk/chat-sdk-admin
https://github.com/chat-sdk/chat-sdk-admin
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chat-sdk/chat-sdk-admin
- Owner: chat-sdk
- Created: 2019-04-15T13:54:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T13:57:08.000Z (over 7 years ago)
- Last Synced: 2025-01-12T14:29:43.340Z (over 1 year ago)
- Language: JavaScript
- Size: 270 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat SDK Admin Panel
## CLI Commands
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# test the production build locally
npm run serve
# run tests with jest and preact-render-spy
npm run test
```
For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).