Skip to content

Instantly share code, notes, and snippets.

@jimmycann
Last active April 3, 2016 00:40
Show Gist options
  • Save jimmycann/5e4e7d0a8305754d115fce40f44878c7 to your computer and use it in GitHub Desktop.
Save jimmycann/5e4e7d0a8305754d115fce40f44878c7 to your computer and use it in GitHub Desktop.
Angular Tinify S3 - Basic Setup
#!/bin/bash
mkdir angular-tinify-s3
cd angular-tinify-s3
npm init -y
npm i -S express
npm i -S body-parser
npm i -S method-override
npm i -S morgan
npm i -S multer
npm i -S tinify
npm i -D nodemon
npm i -D bower
mkdir public
cd public
bower i -S angular-ui-router
bower i -S angular-sanitize
bower i -S ng-file-upload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment