Skip to content

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

License

Notifications You must be signed in to change notification settings

billgathen/fizzbuzz-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published