No bower.json present
When following the direction in the Readme after running npm install there is an instruction to run npm run install:dependencies which attempts to run bower install and results in an error ENOENT No bower.json present.
I ran into the same. I gave it a try with bower init which after some approvals created a default bower.json.
Still after this running npm start does not work for me. Are you @zeel01 able to run the project?
vite start, provides me a different url, but none of the options provides the demo for me.
http://localhost:5173
http://localhost:5173/components/vaadin-router
http://localhost:8000/components/vaadin-router
http://127.0.0.1:8000/components/vaadin-router
all are dead, where the http://localhost:5173 endpoints at least tell me the component loader failed with a 404
Is there anybody from the team, that can at least quickly approve, if the documented way should work or if it is just outdated?
No, I still have not been able to. Makes using the documentation kind of tricky.
I'm having all the same issues.