Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.61 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.61 KB

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:

  • Routing
  • State management
  • ...