Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 315 Bytes

File metadata and controls

26 lines (17 loc) · 315 Bytes

Accept Pay client-side

Prerequisites

  • Install Node 12.x
  • Run npm install to install dependencies

Development

npm run start

Build

npm run build

Serve the output

Launch static server in ./build directory and open default browser with the app

npm run serve