This is the repository that is used for this guide, please read the post before continuing with this readme.
- Clone the repository
git clone https://github.com/rick4470/braintree-billing.git - Install npm requirements
npm install - Install bower requirements
bower install - Run tests
cd controller/ && mocha - Start application
npm start