Everytime I have to do an image upload something goes wrong.
How to setup the project on Mac:
-
checkout repository:
git clone git@github.com:FQ400/i_hate_image_upload.git
-
install nodejs using brew package manager:
brew install nodejs
-
change directory into i_hate_image_upload:
cd i_hate_image_upload
-
install dependencies:
npm install
-
using gulp to in run the server:
node_modules/gulp/bin/gulp.js server