Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 362 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 362 Bytes

VisDict

The monorepo for VisDict appliction. Both client and server for now.

Getting Started

Install dependencies

yarn

Init packages, install their dependencies etc by lerna

yarn run init

Run client via webpack-dev-server, server and server-util-gql building and server itself by

yarn start

That's it, open http://localhost:8080/ and enjoy