Barebones dashboard UI built with Restache.
- No JSX -- 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.