Skip to content

Instantly share code, notes, and snippets.

@Sstobo
Last active November 1, 2017 17:19
Show Gist options
  • Save Sstobo/eee0a73087dfe9c3cc7e40ea1c61a503 to your computer and use it in GitHub Desktop.
Save Sstobo/eee0a73087dfe9c3cc7e40ea1c61a503 to your computer and use it in GitHub Desktop.
[workflow] #setup
###############
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