Skip to content

Tuxhedoh/kittyklicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kitty Klicker

Table of Contents

Requirements

  • NodeJS
  • Gulp
  • BrowserSync

Resources

Notes

  • Created folder.
  • Git Init
  • Created Files:
    • \index.html
    • \app\style.css
    • \app\app.js
    • \images
  • npm init
  • npm install --save-dev gulp
  • npm install --save-dev browser-sync
  • Created gulpfile.js and setup watcher on index.html
  • Created github repo
  • Pushed to github.