mbrn / libzy

A boilerplate to document a library
https://mbrn.github.io/libzy
24 stars 2 forks source link

Missing /public folder after `libzy create` #2

Open klappy opened 5 years ago

klappy commented 5 years ago

First off, great start to a promising new entry to the React documentation framework libraries.

While trying it out, I noticed that when running yarn start or npm start I'm getting the following error:

Error: Child compilation failed:
  Entry module not found: Error: Can't resolve '...project_path.../public/index.html'

I'm assuming that I can just copy/paste that from one of your repos like for material-table.com but wanted to report this so that others don't encounter it.