darcnite3000 / gulp-start

YAGSR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gulp-start

YAGSR

This is my in-progress starting point for a simple html application using

  • gulp
  • browserify/watchify
    • coffeeify
    • browserify-shim
  • node-sass
    • bourbon
  • connect
    • serve-static
  • livereload

Usage

  • Copy the repo to a folder and remove the existing git repo.
git clone https://github.com/darcnite3000/gulp-start.git your-project
cd your-project
rm -rf .git
  • Run npm install to pull the main dependancies
  • Run gulp to build the files or gulp serve to start up a autoreloading static server
  • Modify to your hearts content

Contributions

fork and pull all you like

About

YAGSR


Languages

Language:JavaScript 99.9%Language:CSS 0.1%