A small website that shows a list of applicants for a job vacancy.
- 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.
Clone the content of this repository and run the content locally
$ npm install
$ bower install
$ npm install gulpjs/gulp-cli -g
$ Run the default the Gulp task this would start up the localhost server which can be accessed on port 3080