Slide 3
Slide 3 text
Basic / Typical Workflow
1. download external libraries and frameworks (jquery, bootstrap, etc …)
2. setup dev environments (Apache, localhost)
3. write code (what we are paid to do)
4. refresh browser all the time (manually)
5. fix bugs and solve common problems (we get paid for that too)
6. test on various screen resolutions (and manually refresh)
7. make code production ready (minify and concatenate)
8. commit to version control system