Skip to content

tetsuo/dashboard

Repository files navigation

dashboard

Barebones dashboard UI built with Restache.

Demo

tetsuo.github.io/dashboard

Features

  • 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

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.

About

Restache app example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published