Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibbatta/frontend-boilerplate
Super minimal boilerplate to start simple SPA with react + typescript + tailwind (with Vite)
https://github.com/ibbatta/frontend-boilerplate
reactjs tailwind typescript vite
Last synced: 6 days ago
JSON representation
Super minimal boilerplate to start simple SPA with react + typescript + tailwind (with Vite)
- Host: GitHub
- URL: https://github.com/ibbatta/frontend-boilerplate
- Owner: ibbatta
- License: mit
- Created: 2024-11-01T19:29:19.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-26T22:25:26.000Z (20 days ago)
- Last Synced: 2025-01-05T03:03:05.704Z (11 days ago)
- Topics: reactjs, tailwind, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 219 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# FRONTEND Boilerplate
> Super minimal boilerplate to start a simple SPA with react + typescript + tailwind (with Vite)---
| Vite | React | Typescript | Tailwind |
| :-----------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------: |
| | | | |### Features
- @Routing: the project is routing-ready thanks to `@tanstack/react-router` package
- @State: the project is supported by `@zustand` package for global state management---
### TODO:
- [x] Routing
- [x] State management
- [ ] ...