This is an application for a Lynda.com course on data-driven Angular.js Applications using FireBase.
- Make sure you have node.js and git installed on your machine.
- Clone this into your local machine using the terminal (mac) or Gitbash (PC)
> git clone https://github.com/planetoftheweb/attendance.git
- CD to the folder
cd attendance
- Run
> npm-install
to install the project dependencies - Install gulp.js via the Mac terminal or Gitbash on a PC
> npm install -g gulp
- Run the Gulp command
> gulp
- Fire up your browser at
http://localhost:8080