Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 603 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 603 Bytes

gogrumpy-ui

The gogrumpy-ui is the front end of the gogrumpy platform. The gogrumpy platform is an online multiplayer app for playing digitized board games together, which are connected to the platform as microservices.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Run app in docker container

docker-compose -f docker-compose.yml up

Add the following host to your hosts file:

127.0.0.1   gogrumpy-ui.test