SendEther is a Ethereum blockchain based dApp with the help send money to anyone, even if the recipient does not have an ethereum wallet.
Create project on Infura, and get API key.
Create .env
file in root directory and pass key like this
VUE_APP_API_KEY=api_key
npm install
npm run serve
npm run build