Created
August 20, 2014 22:12
-
-
Save zxqx/add9d862553fb6d384dc to your computer and use it in GitHub Desktop.
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
Package Management | |
npm | |
https://www.npmjs.org/ | |
need to add a package? | |
npm install underscore --save | |
bam | |
Bundling require, module.exports, and other node-isms down to browser-usable JS | |
Browserify | |
https://github.com/substack/node-browserify | |
Task Runner (Minify/Compile/Lint/Test/other shit) | |
Grunt | |
http://gruntjs.com/ | |
Unit Testing | |
tape | |
https://github.com/substack/tape | |
Framework | |
Ampersand | |
http://ampersandjs.com/ | |
CSS Pre-Processing | |
LESS | |
http://lesscss.org/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment