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