Download using:
npx degit Isaac-Svi/static-webpack-template <folder name here>
Install dependencies using:
npm i
#OR
yard add
To run development server:
npm run dev
To create build:
npm run build
Template for Vanilla JS projects with Webpack Dev Server and other tools already set up.
JavaScript