Skip to content

reaper10567/344-Web-Engineering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

344-Web-Engineering

Requirements

Development Setup

On Windows, using Git Bash as your command prompt/terminal is recommended.

  1. Clone the repository.

    git clone https://github.com/reaper10567/344-Web-Engineering.git
    
  2. Opening the project file SE344.sln in VS will automatically install server-side dependencies.

  3. Install client-side dependencies.

    cd src/SE344
    npm install && bower install
    
  4. Hack away.

How To

Automatically recompile SASS files during development

From the same folder that gulpfile.js is in, which should be src/SE344, run the following command:

gulp watch