Last active
November 1, 2017 17:19
-
-
Save Sstobo/eee0a73087dfe9c3cc7e40ea1c61a503 to your computer and use it in GitHub Desktop.
[workflow] #setup
This file contains hidden or 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
############### | |
initialization | |
############### | |
create folder | |
git init | |
get git info from github | |
create files | |
create gitignore | |
commit files | |
npm init | |
npm install all files in json master | |
activate json / minifier, sync | |
activate gulp / webpack | |
create sass | |
link sass to css output | |
################# | |
execution | |
################# | |
on paper: complete page design | |
choose tools to use (grid, flex, ect) | |
set boilerplate ------> use !+tab for boiler plate | |
html (accessibility(a11y) minded) with NO styling | |
mobile style | |
grid / advanced style | |
git every major change | |
keep folders clean and organized | |
###################### | |
testing / publishing | |
###################### | |
use html / css validators | |
use tota11y to check a11y | |
github / settings / page setup - activate page |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment