https://github.com/beefchimi/template-vite-react
My starter template for a Vite/React/TypeScript project
https://github.com/beefchimi/template-vite-react
Last synced: 5 months ago
JSON representation
My starter template for a Vite/React/TypeScript project
- Host: GitHub
- URL: https://github.com/beefchimi/template-vite-react
- Owner: beefchimi
- Created: 2024-11-22T20:37:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-03T18:04:31.000Z (over 1 year ago)
- Last Synced: 2024-12-03T19:19:31.878Z (over 1 year ago)
- Language: TypeScript
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
Awesome Lists containing this project
README
# Vite/React Boilerplate
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
## Tasks
- Figure out how to import `@custom-media` globally, so that we do not need to `@import` it in every file.
- See if I can replace all `mixin` instances with `CSS Modules > composes`.
-
- Update `Button` styles.
- Revisit Accordion to make it a `primitive`.
- Update all `/docs` files.
## Considerations
- Figure out SVG sprites.
-
-
-
-
- Figure out design/style tokens.
- Consider replacing `react-transition-state` with `motion`.