Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pakholeung37/loft-mix

Experimental admin-like app built with solidjs with all the best practices.
https://github.com/pakholeung37/loft-mix

admin dashboard solid solidjs template

Last synced: about 2 months ago
JSON representation

Experimental admin-like app built with solidjs with all the best practices.

Awesome Lists containing this project

README

        

# LoftMix

experimental admin like app built with Solid-js with all the best practices.

This POC should prove solidjs has enough performances, satisfaction, DX to build a normal admin app.

## Features

### functions
- [x] command palette
- [x] navigation
- [ ] actions - dark mode toggle action
- [x] chart
- [x] table

### components
- [x] button
- [x] avatar
- [x] charts

### pages
- [x] dashboard
- [ ] chat
- [ ] todo
- [ ] people
- [ ] app - table like

### styles
- [x] dark mode

## Best pratices
- [x] typescript first
- [x] pnpm workspace
- [x] turborepo for monorepo
- [x] vite first
- [x] storybook/vite
- [x] vitest for testing
- [x] vanilla-extract for style
- [x] purgecss when build
- [x] eslint + prettier + lint-stage + editorconfig + commitlint

## Usage

### Development

```bash
pnpm i

cd packages/main && pnpm start
```