An experimental dashboard UI built with restache.
- 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
- React
- Restache
- Material UI
- date-fns
- history
- ESBuild
- ESM.sh
- Go
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.