GIT, NPM, NODE.JS
Within your terminal run the command:
$ git clone https://github.com/DrkDevil/bankoa.git
After you have downloaded, or cloned the repo you will need to gather the needed node modules, and dependencies to run your new application and development environment.
The first step is to navigate to your newly downloaded repo in terminal, and run the command.
$ npm install
This will grab all the necessary node modules needed to run your project.
$ gulp
Then run the gulp command to serv files