Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.02 KB

readme.md

File metadata and controls

32 lines (28 loc) · 1.02 KB

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.