
Boilerplate for ES6+ apps using JSPM & Gulp
The ES6 + JSPM + Gulp Boilerplate is a development boilerplate for building ES6+ apps using JSPM and Gulp. It provides a set of features and tools to make the development process easier and more efficient.
The ES6 + JSPM + Gulp Boilerplate is a comprehensive development boilerplate for building modern JavaScript applications using ES6+, JSPM, and Gulp. It provides a set of features and tools to streamline the development process, including package management, transpilation, module loading, SASS compilation, local development server, testing, linting, and documentation generation. It is a valuable resource for developers looking to adopt a modern and efficient workflow for their JavaScript projects.

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.