Skip to content

Instantly share code, notes, and snippets.

@jdx
Last active August 29, 2015 14:00
Show Gist options
  • Save jdx/11408138 to your computer and use it in GitHub Desktop.
Save jdx/11408138 to your computer and use it in GitHub Desktop.
mkdir mynewapp
cd mynewapp
echo "{}" > package.json
npm install --global gulp
npm install --save-dev gulp
npm install --save-dev gulp-less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment