an attempt at recreating the way stripe elements card forms work
install dependencies
yarn install
run the mock client and server
yarn start
The client web page will be opened in your default browser
- open the developer console window
- click the submit button
- expect the data from the forms iframe to be submitted to the server which responds accordingly if successful
- check your servers console for the forms contents