A lean cookiecutter for front-end prototypes. Built for bleeding edge development with ES6.
This project takes care of the setup and configuration so you can focus on making your app awesome. Scaffolding a project takes seconds and it gives you the essentials, like ES6 through Bable and a viable scss framework, to get started. This project aims to get out of your way, and to allow you easily create while providing a solid foundation for your app to mature in the future.
Install cookiecutter:
pip install cookiecutter
Scaffold your project:
cookiecutter gh:agconti/cookiecutter-es6-boilerplate
- ES6 today via Babel
- Live reload via browser-sync
- Sass via gulp-sass
- Testing with Mocha and Chai
- CSS prefixing via autoprefixer
- CSS resets via Normailize.css
- CSS Minification via gulp-minify-css
Want a new feature or find a bug? Submit a Pull Request! This project adheres to the Contributor Covenant.