Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 382 Bytes

readme.md

File metadata and controls

25 lines (17 loc) · 382 Bytes

Dashboard Example App

Proof of concept for a responsive analyics dashboard using chart.js, gridstack.js and tailwind.

Development

Clone this repository locally on your dev machine and install the dependencies:

npm install or yarn install

then start the dev server: npm start or yarn start

Building for production:

npm build or yarn build

License

MIT