sveltejs / template-webpack

Template for building basic Svelte applications with webpack
304 stars 119 forks source link

Update all dependencies and replace webpack-serve #11

Closed JordanShurmer closed 5 years ago

JordanShurmer commented 5 years ago
YuriiNskyi commented 5 years ago

Did you try running npm run dev? It simply shows a list of files, not your desired site. I suppose that it must be "dev": "webpack-dev-server --content-base public" command.

Rich-Harris commented 5 years ago

Thank you!