Skip to content

Latest commit

 

History

History
 
 

stripe-dashboard

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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