This is a simple webpack project setup aim for those who want to start a vanilla HTML/CSS/JS project but with the integration of webpack for modularizaiton your code.
- Clone thise repo:
git clone https://github.com/GTHell/simple-webpack-template.git - Browse the project:
cd simple-webpack-template - Install dependency:
npm install - Run project:
npm run start - Now start editing your index.html & style.css