Skip to content

tigawanna/pocketbase-app

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

Starter files for vite with react and tailwindcss

clone the repo and do npm install and do npm update if necesary

dependancies

  • tailwindcss
  • dayjs for time formating
  • react-query for server state management
  • uniqid
  • react-icons

costom components

resct-query :

is preconfigured feel free to omit the defaultConfig if you want default behaviour

tailwind is configured with a few custom classes

.flex-center{
  @apply flex justify-center items-center
}
.flex-center-col{
  @apply flex flex-col justify-center items-center
}
.scroll-bar {
  @apply scrollbar-thin scrollbar-thumb-purple-600 scrollbar-track-green-500;
}

About

redoing a firebase app in pocketbase + react-router + react-query + google-oauth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published