dixit-online icon indicating copy to clipboard operation
dixit-online copied to clipboard

Client

Open ktheodosiou opened this issue 4 years ago • 3 comments

Documentation for running the client?

ktheodosiou avatar Mar 19 '20 16:03 ktheodosiou

hey @ktheodosiou unfortunately the client is not yet developed, only designed. You can build it yourself and see the work in progress with

(client)$ npm install
(client)$ npm run start

But you'll find nothing at this moment unfortunately.

jminuscula avatar Mar 20 '20 07:03 jminuscula

I tried these commands and only got errors:

$ npm install
... successful
$ npm run start

> [email protected] start C:\git_hub\dixit-online\client
> ng serve

The serve command requires to be run in an Angular project, but a project definition could not be found.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: `ng serve`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

sw-tracker avatar Mar 24 '20 08:03 sw-tracker

@sw-tracker yeah, sorry about that. Looks like the frontend was way further behind on its dependencies than I remembered. I've started upgrading the libraries on the frontend/upgrade-ng9 branch, but there are still a few compiler errors.

In any case the web client is far from complete, so plenty of work to do before this can be used for playing.

jminuscula avatar Mar 24 '20 08:03 jminuscula