Create A Realtime Tic Tac Toe Game Using Sveltekit And Pocketbase
Create a realtime tic-tac-toe game using SvelteKit and Pocketbase
Steps to duplicate
- Run
npm init svelte
to create a Skeleton Project with TypeScript enabled
- Run
npm install pocketbase uuid
- 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