Payment Page React Application
This app and readme is meant to help understand the basics of this application
# install dependencies
Go to project directory
Install dependencies with
> npm install
Run the Application with using React Dev Server
> npm start
Enter http://localhost:3000 in your browser