Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 518 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 518 Bytes

Tower of Haustraliaer

A simple tumblr API app porting my text posts into react views.

  • gulp task management
  • node-sass (.scss)
  • browserify module management
  • react.js

Simple Install Instructions

$ 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...