| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The purpose this repository is to showcase the Google Pay integration in a store built with React.
A deployed version of this app can be found at this link.
Note: This sample app is not intended for use in a production environment! Please do not attempt to use it in this manner. For more information on deploying apps to production, see the React documentation.
To configure and run this sample app, you will need the following prerequisites installed on your workstation:
Once the prerequisites are installed, follow the below steps to set up and use this sample app:
Clone this repository
In your terminal, navigate to the repository location
cd /path/to/repoInstall the Node.js dependencies
npm install .Build index.html and bundle.js
npm run buildTo start a development server, follow the below steps:
The app will automatically reload if you change any of the source files. You will also see any lint errors in the console.
This command builds the app and outputs the results to the dist/ directory. It bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.
For more information about React, refer to the React documentation.
For any questions on this sample app, please submit an issue to this repository.
| Back | FazBrowse Home | New Git URL |