Skip to content

Instantly share code, notes, and snippets.

@jfridye
Created March 18, 2015 13:31
Show Gist options
  • Save jfridye/3db6ce36649bd1d0f981 to your computer and use it in GitHub Desktop.
Save jfridye/3db6ce36649bd1d0f981 to your computer and use it in GitHub Desktop.
front-end technologies
linting:
- eslint
dep mgmt:
- npm
- bower
automation:
- webpack/browserify module loader
- gulp and/or npm scripts (automation)
- ES6/babel.js (forward-facing js)
css:
- SASS w/libsass or LESS (preprocessor)
- BEM approach
testing:
- mocha
mv* frameworks:
- react/flux (virtual dom, server-side rendering)
- aurelia
- ember (MFP bullish on this one)
real time (if needed):
- meteor
- firebase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment