bradleyboy / yarsk

Don't use this, use Create React App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

running the /dist using outside server background image is not shown.

delaneyj opened this issue · comments

npm start and go to http:localhost:8080\index.html all is well. Close browser and stop server then..

npm install -g http-server

npm run build
cd dist
http-server

Go to same http:localhost:8080\index.html and only see black screen (missing the bg image) all other content is there.

@delaneyj Can you try the latest commit and see if that fixes the issue? Run npm install after updating.