Designers - How Do You Start Developing a Site?

almost 9 years ago from Sean Geraghty, Design @ Nested.com

  • Duncan BeatonDuncan Beaton, almost 9 years ago (edited almost 9 years ago )

    If you are wanting to build a webapp I can't recommend yeoman enough.

    It allows you to scaffold out your project really quickly, easily and following best practises.

    If you are familiar with Rails you will know how powerful that can be not having to worry about configuring boilerplate stuff.

    You get loads for free: + Separate tasks for watching files with live reload developing and compressed build version + Compressing your images and minification + SASS plus bootstrap if you fancy + Tests + etc

    0 points