A kickstart for setting up a frontend base, including:
- Modified to make use of Bower files
- Changed jQuery CDN to use Google CDN
- Included Modernizr CDN with local fallback
- Added directories for Sass and JavaScript
- Includes Bower for dependancy management
- Bower loads initial: jQuery, jQuery dotdotdot, Material Icons, Cookie Consent and Slick Carousel
- Includes the basic frontend tools like Autoprefixer, Babel, minify, concat, rename etc.
- Run
make
to install the project
$ cd directory
$ git clone https://github.com/croosen/setup-frontend.git
$ make
$ gulp watch