/webpack-boilerplate

A webpack boilerplate for front-end web programming with SCSS.

Primary LanguageJavaScript

Logo Template

Prerequisites

Node.js (^10.12.0, or >=12.0.0)


Get started

	git clone https://github.com/luamoris/webpack-boilerplate.git
	cd webpack-boilerplate
	npm i
	npm start

For build

	npm run dev 	// development
	npm run build	// production

For lint

	npm run lint		// lint Javascript files
	npm run stylelint	// lint SCSS files

Additionally for the VS Code

Extensions

  • ESLint

  • Stylelint

settings.json

	"stylelint.ignoreDisables": true,