Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 860 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 860 Bytes

Home office vacancy application

A small website that shows a list of applicants for a job vacancy.

Master branch contains source for SNR Role.

test_vacancy_app branch contains source for JNR Role.

Requirements

  • This application requires the latest version of node v6.4.0 and npm 3.10. particularly it uses a few ES2015 syntax like template strings and array destructuring
  • This application also relies heavily on gulp 4 to run various custom task and test.
  • This application also uses bower in conjunction with gulp to inject css and javascript assets.

Quick Start

Clone the content of this repository and run the content locally

$ npm install
$ bower install
$ npm install gulpjs/gulp-cli -g

Running the application

$ Run the default the Gulp task this would start up the localhost server which can be accessed on port 3080