A simple tumblr API app porting my text posts into react views.
- gulp task management
- node-sass (.scss)
- browserify module management
- react.js
$ cd "project directory"
$ npm install -g gulp // Install globals
$ npm install // Grab node dependencies
$ gulp // Build the project, watch and spin up a local server
$ gulp build // Just build the project (eg, for deployment)
testing feature/branch pull requests...