Skip to content

Super minimal boilerplate to start simple SPA with react + typescript + tailwind (with Vite)

License

Notifications You must be signed in to change notification settings

ibbatta/frontend-boilerplate

Repository files navigation

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
  • ...