Build an app with Solid Start, PocketBase and Tailwind CSS.
Install dependencies
npm install
Download the prebuilt minimal PocketBase app from https://pocketbase.io/docs/
Once you've downloaded and extracted the archive, Start the server by running the following console command in the extracted directory
./pocketbase serve
open pocketbase Admin UI which is running at http://127.0.0.1:8090/_/
start adding necessary collections and data.
Start the client
npm run dev