Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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
- [ ] ...