Skip to content

supertokens/supertokens-workshop-ai-starter

Repository files navigation

Supertokens + Vue Starter

This template should help get you started with Vue 3 in Vite + a tiny server to run your Supertokens backend.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint