Dashboard is a desktop generic dashboard with components for bootstraping a dashboard app quickly.
It is built on Lego for webcomponents and Decor for basic styling.
It's fully customizable overriding or replacing the dashboard.css file.
git clone https://github.com/Polight/dashboard
cd dashboard
git submodule init && git submodule update
npm install
npm start
Open your browser at http://localhost:8080.