gpt-frontend
A simple frontend that displays a basic chat ui and connects to gpt-poc-backend via a websocket.
Can be included as a webcomponent:
<simple-websocket-chat websocket_url="ws://your-websocket-url"></simple-websocket-chat>
...
<script src="https://unpkg.com/@educorvi/gpt-frontend/webcomponent_dist/simple-websocket-chat.js"></script>
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Type-Check, Compile and Minify for Production
npm run build