Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 473 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 473 Bytes

JOB LIST APP

Requirements

  1. Install node.js
  2. Run:
npm install -g bower

Local Installation

  1. Run:
cd path/to/root/folder/
bower install
  1. Open index.html with Chrome (I didn't test on FF nor IE).

Note that you must launch Chrome with the –allow-file-acces-from-files flag enabled for it to work locally (and all other instances of Chrome closed). For more details:

link