How to fix 'no entries found' on server run in Parcel.js
As above check the directory from which you are working i was inside src and running src/parcel index.html
it should be parcel index.html
Simple mistake, was using "parcel index.js" when I should have been using "parcel index.html"