Okay. So, first of all I use Sublime Text 3 with Predawn as my theme. I have Emmet and HTML-CSS-JS Prettify as my extensions. They really help speed up my workflow and keep my code spick and span. I use Git Bash as an alternative to Command Prompt. I use yeoman, Grunt and Bower to start my site. yo, scaffolds the site and creates my directory structure, files and code. bower installs my dependencies and grunt serves and compiles my files on a local server. I use the angular-webapp generator for most projects but the humble webapp generator can do all jobs quite efficiently. I also use SCSS and jQuery. So what about the design? I simple sketch out the whole webpage and some of the important components like the topbar or some special buttons. Hope it helps :) Cheers!
Okay. So, first of all I use Sublime Text 3 with Predawn as my theme. I have Emmet and HTML-CSS-JS Prettify as my extensions. They really help speed up my workflow and keep my code spick and span. I use Git Bash as an alternative to Command Prompt. I use yeoman, Grunt and Bower to start my site.
yo
, scaffolds the site and creates my directory structure, files and code.bower
installs my dependencies andgrunt
serves and compiles my files on a local server. I use the angular-webapp generator for most projects but the humble webapp generator can do all jobs quite efficiently. I also use SCSS and jQuery. So what about the design? I simple sketch out the whole webpage and some of the important components like the topbar or some special buttons. Hope it helps :) Cheers!