Base layout template with Parcel, SCSS, Stylelint, LintHTML, eslint and others How to use: Download this template from GitHub Install Node Modules: npm i Run the template: npm start New repo from this template Click green button use this template Commands: start : start template in browser build : build your project to dist folder lint:js : check your js files lint:css : check your css/scss files lint:html : check your html files lint : all checks together asynchronous test : run your own test in main.test.js predeploy : running build command deploy : deploy project to gh-pages