Skip to content

Instantly share code, notes, and snippets.

@chickencoder
Created June 16, 2015 20:53
Show Gist options
  • Save chickencoder/41578b767710363cd602 to your computer and use it in GitHub Desktop.
Save chickencoder/41578b767710363cd602 to your computer and use it in GitHub Desktop.
Tools & Workflow for the a clean Responsive Site
1. CSS
1. SCSS (Sassy CSS)
2. Bootstrap / Foundation / Skeleton (prefered as minimal)
3. normalize.css
4. fontawesome
2. JS
1. JQuery (hmmm... maybe not for much longer)
2. React (hmmm... only for mainly dynamic interactive sites)
3. *CSS extentions (like Bootstrap or Foundation)
3. Tools
1. Gulp
1. Uglify
2. JSLint
2. Atom Editor
4. Backend
1. Lumen (Laravel) ~ PHP
2. Express JS ~ Node.Js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment