cv-app-payment-adyendeprecated

cv-app-payment-adyen with React, Babel6 and Webpack

Usage no npm install needed!

<script type="module">
  import cvAppPaymentAdyen from 'https://cdn.skypack.dev/cv-app-payment-adyen';
</script>

README

cv-app-payment-adyen

Payment featured SPA application.

Install

npm install

Development tips

Command to update distribution code one time only: $ npm run build

Command to permanently update distribution code: $ npm run dev

Command to run all test files in "/src/app/**/*.spec.js": $ npm test

Command to run all test files in "/src/app/**/*.spec.js" in watch mode: $ npm test-watch