How to quickly start a webpack project
In this article, I'll show a simple way to start a webpack project with degit
degit
degit is a tool that lets you take another repository from GitHub and use it to scaffold your project. You can see it being used in serious projects such as SolidJS.
...
how-to.dev2 min read