tmcw/docbox

something wrong after i run build

kawhi66 opened this issue · 4 comments

after i run build, something is not the same with before when i was running start.

this is after i run build
default

this is when i run start
default

I have the same problem

Exact same problem!

found a hack work around.

Add all your content.

Then run $ npm run build

Now, the styling will be messed up.

Now delete bundle.js

Now you can navigate to this folder, and the styling bug will be gone.

Just copy the index.html file and the css folder to your server to host your API doc:

  • index.html
  • css/*
tmcw commented

Same issue as #64