MichaelAng / dnd-char-gen

A basic dnd application built on angular 2
MIT License
1 stars 0 forks source link

Feature/18/document client process #34

Closed MichaelAng closed 8 years ago

MichaelAng commented 8 years ago

Issue

PR #18

Description

Add a Readme file to explain the /client development process

Changes

Add a client/README.md Change the package.json to include a build step

Steps to test

  1. Read the client/README.md

    Help

wiki

zahid commented 8 years ago

There's a problem when running it in docker

screen shot 2016-09-27 at 11 46 42 pm

To reproduce: docker-compose build && docker-compose up -d and navigate to "$(docker-machine ip dnd):8080" and check the javascript console.

If you run this on your host, and not with docker, it looks like it works.

screen shot 2016-09-27 at 11 49 20 pm

To reproduce: cd client && npm i && npm start and navigate to localhost:8080

MichaelAng commented 8 years ago

i killed my docker-machine and restarted. and now I don't see the error.