Giter Club home page Giter Club logo

live-reload-boilerplate's Introduction

#LiveReload Boilerplate The purpose of LiveReload Boilerplate is to provide a solid starting point for projects and designing in the browser. It was inspired by this blog post by Doug Avery.

Uses code from:

##Requirements

  • Ruby -- used for guard, livereload and compass/sass compilation.
  • Node.js -- only required if you wish to compile coffeescript files.
  • LiveReload plugin for your browser of choice.

##Setup

Ensure that you have ruby installed and available from the command line.

Navigate to the projects root directory and run the following command:

bundle install

When the bundle finishes you should be able to execute the following command:

bundle exec guard

The browser plugin should now be able to connect and your page will be reloaded with changes. You may receive a warning about missing wdm as a dependency, that is ok. In testing wdm caused guard to crash on multiple occasions so it was removed. If you wish you use it can you uncomment it in the gemfile and run bundle update on the command line.

###Coffeescript Usage If you wish to use coffeescript you must first uncomment the necessary lines in the gemfile and in the guardfile. Installation instructions can be found here: http://coffeescript.org/

live-reload-boilerplate's People

Contributors

jcloutz avatar

Watchers

Rashaad Essop avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.