Skip to content

Simple check list with easy to forget things to do to develop a website

License

Notifications You must be signed in to change notification settings

jandreola/webdev-checklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webdev Checklist

Set of checklists for Frontend, Backend, QA and designers. Those checklists include important steps to be conclude before a sucessful deployment.

What does it include?

  • Frontend checklist
  • Backend checklist
  • QA checklist
  • Design checklist

Requirements

  • Node
  • Bower
  • NPM
  • Gulp installed globally (not necessary, just a recommendation)

Instructions

Install Gulp globally:

$ npm install -g gulp

Install other npm dependencies

$ npm install

Install bower dependencies

$ bower install

Compile and watch for changes

$ gulp &

About

Simple check list with easy to forget things to do to develop a website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published