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).
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 makenpm run start
work (using node 8.4.0).