https://github.com/simbo/brigidde-client
https://github.com/simbo/brigidde-client
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simbo/brigidde-client
- Owner: simbo
- Created: 2018-01-03T21:01:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T12:39:51.000Z (over 8 years ago)
- Last Synced: 2025-03-14T15:30:27.255Z (over 1 year ago)
- Language: TypeScript
- Size: 1.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
***DEPRECATED REPOSITORY***
**The sources of this client repository are meanwhile integrated in the
[server repository](https://github.com/simbo/brigidde).**
brigidde-client
===============
> Chatbot client for [brigidde](https://github.com/simbo/brigidde) using angular, pug, stylus,…
---
## Development Usage
**Requirements:** `docker` with `docker-compose`
The client expects [brigidde server](https://github.com/simbo/brigidde)
running at `localhost:3000`, which can be customized via `.env`.
Install dependencies:
`docker-compose run --rm app yarn`
Copy env file and customize according your needs:
`cp .env-sample .env`
Start and manage webpack dev server using *docker-compose*:
`docker-compose up -d`
With running service, open client in your browser:
[localhost:9000](http://localhost:9000/)
View webpack log:
`docker logs -f brigidde-client_app`
Open container shell:
`docker-compose run --rm -p 9000:9000 app sh -l`