Skip to content

cabarney/project-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 70.1%
  • HTML 19.5%
  • JavaScript 10.4%