Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samouss/payment-request-experiments
Payment Request Experiments built with CRA, Bulma.
https://github.com/samouss/payment-request-experiments
apple-pay bulma cra payment-request-api
Last synced: 6 days ago
JSON representation
Payment Request Experiments built with CRA, Bulma.
- Host: GitHub
- URL: https://github.com/samouss/payment-request-experiments
- Owner: samouss
- Created: 2018-04-08T16:01:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T22:27:22.000Z (18 days ago)
- Last Synced: 2024-10-28T02:20:00.089Z (18 days ago)
- Topics: apple-pay, bulma, cra, payment-request-api
- Language: JavaScript
- Homepage: https://payment-request-experiments.herokuapp.com
- Size: 1.39 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Payment Request Experiments
Payment Request Experiments built with CRA, Bulma.
Live: [https://payment-request-experiments.herokuapp.com](https://payment-request-experiments.herokuapp.com) (it's a free dyno so be patient for the boot time 🙂)
## Installation
Clone the repository and then run the following command:
```
yarn
```## Run the development application
For run the development server in watch mode on `localhost:8080`:
```
yarn start:server
```Then in a other tab you can run the development server for the client in watch mode on `localhost:3000`:
```
yarn start:client
```## Run the production application
First you will need to build the client application:
```
yarn build
```Then you can run the application and open your browser on `localhost:8080`:
```
yarn start
```