Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 801 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 801 Bytes

Stripe Dashboard Example

This example project contains a demo Stripe dashboard built with Cube.js from the Building a Serverless Stripe Analytics Dashboard tutorial. It uses Recharts for visiualizations.

Live Demo

Get started

1. Download example & Install dependencies

Clone the repository:

git clone [email protected]:statsbotco/cubejs-client.git

Install Node dependencies:

cd cubejs-clients/examples/stripe-dashboard
yarn install # or `npm install`

2. Configure Cube.js API Token

cp .env.example .env.local.development

You can use test token or change it to your own.

3. Run the script

yarn start