Skip to content

Ernesto-Valdes/web-performance-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

performance-guide

Information about performance and test from google tools.

References:

Google Insights

Google Mobile Friendly

Project Name - V0.0.0

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

This project workflow is comprised of tools for improving your productivity and satisfaction when building a web project.

Contacts

Getting Started

Find next some of the requirements and steps in order to get this project setup on your local environment.

Requires

Install or make sure you have installed:

  • Install Grunt globally: npm install -g grunt-cli. Check Grunt version grunt -v.
  • Install Bower globally: npm install -g bower. Check Bower version bower -v.
  • Node.js, Git and Compass.

Steps

Clone the project on your [dev] folder.

git clone ssh_url

Access your project folder

cd project_name

Intall project dependencies

npm install

Intall packages

bower install

Documentation

Find next some of the standards and best practices to work and collaborate on this project.

Grunt Tasks

See gruntfile.js for more development tasks.

Run project and preview in browser

grunt serve

Building project for production

grunt 

Features

See package.json for more information on what tools this project contains.

  • CSS Autoprefixing (new)
  • Built-in preview server with LiveReload
  • Automagically compile Sass files
  • Automagically lint your scripts
  • Automagically wire up your Bower components with bower-install.
  • Awesome Image Optimization
  • Foundation Framework - Bootstrap
  • CSS extension language - Sass
  • Optional - Leaner Modernizr builds
  • Includes html5shiv and respond.js for IE8 and lower browsers

Third-Party Dependencies

Third-party dependencies are managed with bower-install. Add new dependencies using Bower and then run the Grunt task to load them:

  bower install --save jquery
  grunt bowerInstall

The components are installed in the root of the project at /bower_components. To reference them from the grunt serve web app index.html file, use src="bower_components" or src="/bower_components". Treat the references as if they were a sibling to index.html.

Q&A Notes

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Modifications and Fixes

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

About

A guide for web application performance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published