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.
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`
cp .env.example .env.local.development
You can use test token or change it to your own.
yarn start