Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pakholeung37/loft-mix
- Owner: pakholeung37
- Created: 2022-05-23T03:31:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T08:31:13.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T20:19:53.482Z (9 months ago)
- Topics: admin, dashboard, solid, solidjs, template
- Language: TypeScript
- Homepage: https://loft-mix.vercel.app
- Size: 1.19 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 icd packages/main && pnpm start
```