billgathen / fizzbuzz-js

Evented webapp implementing the FizzBuzz Challenge, scaffolded using my front-end-boilerplate project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FizzBuzz-JS

Event-based webapp implementing the FizzBuzz Challenge, scaffolded using my Front-End Boilerplate project.

Requirements

  • NPM the Node Package Manager. If you don't have it, go to http://nodejs.org and click the big green "Install" button, which will give you Node and NPM.
  • Gulp the Streaming Build System. Once you have NPM installed, running npm install -g gulp will make it available anywhere on your system.

Installation

  • git clone https://github.com/billgathen/fizzbuzz-js.git
  • cd fizzbuzz-js
  • npm install adds all the dependencies to the node_modules directory
  • gulp watch starts the web server
  • Surf to http://localhost:8080 to see the page.

About

Evented webapp implementing the FizzBuzz Challenge, scaffolded using my front-end-boilerplate project.

License:MIT License


Languages

Language:JavaScript 95.1%Language:CSS 4.9%