mycombot / ujs_angularfire

JavaScript Files for my AngularFire Presentation at University JavaScript in Orlando

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chetkins

An open source application for keeping track of your meetings. It all started as a lynda.com course and because I needed to take attendance and give away stuff at meetups and conferences. You can and play with the working application at chetkins.com

Instructions

  1. Make sure you have node.js and git installed on your machine.
  2. Clone this into your local machine using the terminal (mac) or Gitbash (PC) > git clone https://github.com/planetoftheweb/chetkins.git
  3. CD to the folder cd attendance
  4. Run > npm-install to install the project dependencies
  5. Install gulp.js via the Mac terminal or Gitbash on a PC > npm install -g gulp
  6. Run the Gulp command > gulp
  7. Fire up your browser at http://localhost:8080

About

JavaScript Files for my AngularFire Presentation at University JavaScript in Orlando

License:MIT License


Languages

Language:CSS 55.4%Language:JavaScript 44.6%