A RedwoodJS application that implements a static and dynamic version of Tremor's Demo Dashboard as seen in their Getting Started documentation.
See a live demo dashboard!
There is a static data version of the dashboard as well as a dynamic version that pulls from a SQLite database for KPI, SalesPeople and CompanyPerformance.
Scaffolding has been added to edit these datapoints so can be reflected in the dynamic dashboard.
To launch this demo dashboard:
-
Fetch this repo
-
Install RedwoodJS and project dependencies
yarn install
Note: Make sure you
cd
into the project directory and haveyarn
installed. Please see the RedwoodJS Quick Start for help.
- Migrate the Prisma SQLite database
yarn rw prisma migrate dev
- Seed the Database
yarn rw prisma db seed
- Start the RedwoodJS Development Server
yarn rw dev
The application will launch and then you can browse the static and dynamic versions of teh dashboard, as well as update the data in the admin sections.
Please see the installation with RedwoodJS instructions to learn how to use tremor in a new or existing project.
Learn more about RedwoodJS
Learn more about Tremor