Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 827 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 827 Bytes

Gulp/Webpack Boilerplate

This is a starting place for projects using Gulp and webpack.

Technologies/Frameworks

Initial Setup

Clone the repository and run npm install in the terminal from the directory to download all dependencies.

Development

CSS Guidelines

Mappy Breakpoints is included in this build to manage media query breakpoints. It is included via NPM and imported into /_src/scss/styles.scss.

JS Guidelines

webpack is being used to bundle all JavaScript modules. You can import JS dependencies at /_src/index.js.

Future Considerations/To-Dos

  • Create variables for gulp and webpack to use
  • Add environment differences
  • Add if/else for serve in gulpfile.babel.js
  • Revisit .htaccess file
  • Add Tree shaking