A simple front-end worfklow for static web pages development.
- Gulp 4 as task runner
- Babel as ES2015 to ES5 transpiler
- Browserify as JavaScript bundler
- ESLint as JavaScript code linter
- SASS (node-sass) as CSS preprocessor, with Autoprefixer
- BrowserSync as development server with live reload
- Normalize.css as CSS reset
git clone git@github.com:ClementParis016/kit_gulp-es2015-browserify.git <your-project>
cd <your-project>/
rm -rf .git/
- Edit
package.json
as you wish npm install
npm start
See package.json
and gulpfile.babel.js
for details and others specifics tasks.