Skip to content

Ernesto-Valdes/web-pm-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Name - V0.0.1

Project short description here. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

This file contains valuable points of contacts, development concepts, environments, features, workflow about this project. This is a handmade list that needs to be updated once the project is changed.

Contacts

Please reach out to the team if you have any question or comments.

Documentation

Find next some of the global application standards and best practices to understand and collaborate on this project.

Environments

Find next the project environments. Please update each environment based on the deployed date.

Environment URL Updated
dev dev.project.com 05/20/2015
prod project.com 05/20/2015

Getting Started

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

Requirements

Install or make sure you have installed:

Grunt

Check Grunt version grunt -v or install it globally: npm install -g grunt-cli or

Bower

Check Bower version bower -v or install it globally: npm install -g bower.

Others

Node.js, Git and Compass…

Steps

Clone the project on your development folder.

git clone ssh_url

Access your project folder

cd project_name

Install project dependencies

npm install

Install packages

bower install

Grunt Tasks

See gruntfile.js for more development tasks.

Run project and preview in browser

grunt serve

Building project for production

grunt

Features

This project is comprised of tools for improving your productivity and satisfaction when building a web project. See package.json for more information on what tools this project contains.

  • Built-in preview server with LiveReload
  • Automagically compile Sass files
  • Automagically lint your scripts
  • Awesome Image Optimization
  • Foundation Framework - Bootstrap
  • CSS extension language - Sass
  • Modernizr builds
  • Includes html5shiv and respond.js for IE8 and lower browsers
  • ...

Changelog

This changelog contains a curated, chronologically ordered list of notable changes for each version of the project.

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

Some tools for better web project management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published