Created
June 16, 2015 20:53
-
-
Save chickencoder/41578b767710363cd602 to your computer and use it in GitHub Desktop.
Tools & Workflow for the a clean Responsive Site
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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