How-to-create-a-whatsapp-clone-using-svelte-and-pocketbase Svelte Themes

How To Create A Whatsapp Clone Using Svelte And Pocketbase

How to create a whatsapp clone using svelte and pocketbase

Steps to duplicate

  • Run npm init svelte@latest to create a Skeleton Project with TypeScript enabled
  • Run npm install pocketbase uuid svelte-icons
  • Run npm i --save-dev @types/uuid
  • Go to the PocketBase docs and download the zip file for your specific operating system.
  • Once you have extracted the files, copy the extracted folder into your SvelteKit and rename it to pocketbase
  • Open the pocketbase folder that you just created and run ./pocketbase serve. Open the Admin UI link and create a new account

Top categories

Loading Svelte Themes