plotly / dash-component-boilerplate

Get started creating your own Dash components here.
266 stars 182 forks source link

Fix start script #77

Closed LuAPi closed 4 years ago

LuAPi commented 4 years ago

I tried to run npm run start and found the webpage didn't work. It seems that webpack-serve needs to have a --config flag set in order for it to look at the file it is provided with. The dev version of the built file appears in a subdirectory instead of the root directory so I updated the index.html to point at the right place.

Unrelated to the PR: After running cookie cutter I had to manually npm install http2 to make npm run start work (using node 8.4.0).