Open W01fw00d opened 5 years ago
Maybe try gulp.js
https://gomakethings.com/how-i-setup-my-vanilla-javascript-projects/
I think using ES6 should be enought
Recommendation: manage scripts as "module", so that way we can import js files into other js files like this: https://github.com/W01fw00d/cadaver-cards/blob/main/index.html#L26
Maybe try gulp.js
https://gomakethings.com/how-i-setup-my-vanilla-javascript-projects/