Skip to content

yangshun/cs3217-problem-sets-writeup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2015-CS3217-PS

Setup Instructions

  1. Install nodejs.
  2. Navigate to the root directory of this repository and enter:
$ npm install
  1. Install bower
$ npm install -g bower
  1. Install bower packages
$ bower install
  1. To view the full problem set in the browser and enter the following command:
$ node app.js
Express server listening on port 3000
  1. Navigate to the http://localhost:3000/ in your browser to view the problem set as a web page.

  2. You can edit the problem set markdown files using our custom-built editor. Visit the url http://localhost:3000/edit.

Convention

To easily relate to our git commits, we prefix all commit messages with [PSX] where X is the PS number before we make our commit. Please stick to that convention.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published