Skip to content

nahiluhmot/web-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NU CS 4550 Web Development

This repository contains the homework source for Northeastern CS 4550 Web Development.

Building

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 install

Assuming that all worked, you can now run the serve via the following command:

~/web-dev/ $ gulp serve

While this is running, you can hit http://localhost:1337/ in your browser to view the application.

About

For NU CS 4550

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors