This repository contains the homework source for Northeastern CS 4550 Web Development.
This project depends on git node version 0.10.*, and npm which is now packaged with Node.
Once you have those two dependencies installed, run the following to bootstrap this application:
~/ $ npm install -g bower
~/ $ npm install -g gulp
~/ $ git clone https://github.com/nahiluhmot/web-dev.git web-dev
~/web-dev/ $ cd web-dev
~/web-dev/ $ npm install
~/web-dev/ $ bower installAssuming that all worked, you can now run the serve via the following command:
~/web-dev/ $ gulp serveWhile this is running, you can hit http://localhost:1337/ in your browser to view the application.