cabarney / project-boilerplate

The boilerplate code for all of our front-end projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Lemonly's Front-end Project Boilerplate #####v1.2.1

###Getting Started:

  1. Clone project
  2. npm install from the project root
  3. gulp server from the project root
  4. Navigate to http://your.ip.address.here:8888 in any browser or on any device to test the project
  5. Edit variable values in dev/scss/_variables.scss to make quick changes to the site styling
  6. gulp build from the project root will put a production version of the project in /build
  7. gulp zip to compress it for delivery to the client

###Based on these projects:

###Changes: ####1.2.1

  • Included PNG and JPEG optimization via TinyPNG's API

####1.2.0

  • Converted all grunt tasks to gulp tasks and removed grunt

####1.1.0

  • reset-normalize.scss replaced with normalize.csss, which is based on the HTML5 Boilerplate v5.0.0 CSS normalize.
  • Refine the variables used for base styles.
  • Refine build task so text replacement is no longer needed for cache-busting.
  • Local branch changes:
    • Added a Babel grunt task for ES6 support
    • Changed app.js to app.es6
  • Reworked _footer.scss to meet style guide requirements.

About

The boilerplate code for all of our front-end projects


Languages

Language:CSS 70.0%Language:HTML 19.5%Language:JavaScript 10.4%