Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 546 Bytes

README.md

File metadata and controls

32 lines (16 loc) · 546 Bytes

feup-comp-presentation-2014

Local server setup instructions (with grunt)

  1. Install Node.js

  2. Install Grunt

  3. Navigate to the repository folder

  4. Install dependencies

   $ npm install
  1. Serve the presentation and monitor source files for changes
   $ grunt serve
  1. Open http://localhost:8000 to view your presentation

You can change the port by using grunt serve --port 8001.