dandigangi / touchytouchy

Play around project w/ ReactJS, SASS and Gulp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt tag

TouchyTouchy was a play around project that involved working with ReactJS, SASS, and Gulp.

Demo: http://dandigangi.github.io/touchytouchy/

Gem Dependencies

Installation

$ npm install

This project is not meant for production usage and uses ONLY developement depdencies including del, Gulp, numerous Gulp plugins and http-server.

Start the Application

You can manually start a local server with http-server with the following:

$ http-server -p 8080 -a 127.0.0.1

Gulp Tasks

Run all build tasks

$ gulp

Build javascript

$ gulp js

Build styles

$ gulp css

Compress images

$ gulp images

Known Issues & TODOs

  • There are hardcoded depdencies to my local installation via Homebrew of the SASS gem that is part of the Gulp build scripts. (gulp-ruby-sass plugin)

About

Play around project w/ ReactJS, SASS and Gulp


Languages

Language:JavaScript 98.4%Language:CSS 1.6%Language:HTML 0.0%