/tqks-featherweight-prototype

Quasar Feathers Structured Conversation

Primary LanguageJavaScriptApache License 2.0Apache-2.0

tqks-featherweight-prototype

Quasar Feathers Structured Conversation

A Simple experiment in Structured Conversation.

Background

Given that this platform relies on both Feathers.js and Quasar-Framework, it's useful to install both as follows

  • npm install -g @feathersjs/cli
  • npm install -g quasar-cli

Building

Two terminals.

  • Root: npm install
  • /api: npm install

Running

  • Root: quasar dev
  • /api: npm run dev

Made from quasar-feathers-tutorial