Information about performance and test from google tools.
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.
- First Last - Product Owner
- First Last - Back End Lead
- First Last - Front End Lead
- First Last - QA Lead
- ...
Find next some of the requirements and steps in order to get this project setup on your local environment.
Install or make sure you have installed:
- Install Grunt globally:
npm install -g grunt-cli
. Check Grunt versiongrunt -v
. - Install Bower globally:
npm install -g bower
. Check Bower versionbower -v
. - Node.js, Git and Compass.
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
Find next some of the standards and best practices to work and collaborate on this project.
See gruntfile.js
for more development tasks.
Run project and preview in browser
grunt serve
Building project for production
grunt
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 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
.
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.
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.