I executed 1. npm install 2. npm run build 3. npm run serve **Expected** I get examples page from which I can browse graphs **Actual** I get 404 not found **Potential resolve** Add to package.json -> scripts -> build -> `tsc && webpack`, not just `tsc`
I executed
Expected
I get examples page from which I can browse graphs
Actual
I get 404 not found
Potential resolve
Add to package.json -> scripts -> build ->
tsc && webpack, not justtsc