Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 706 Bytes

File metadata and controls

40 lines (29 loc) · 706 Bytes

dashboard

An experimental dashboard UI built with restache.

👉 Live demo

dashboard Screenshot

Features

  • No JSX (well, almost)
  • Material UI for components
  • Minimal router using history module
  • Per-page data loading using React hooks
  • Extremely lightweight setup, you only need Go!
  • Cool design

Tech stack

  • React
  • Restache
  • Material UI
  • date-fns
  • history
  • ESBuild
  • ESM.sh
  • Go

Getting started

git clone https://github.com/tetsuo/dashboard.git
cd dashboard
go mod tidy
go run . -dev -serve

Then navigate to localhost:7070.

Type go run . -h for other options.