Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```