This starter uses SvelteKit and Strapi.
Along with SvelteKit, it also includes:
cd backend
Copy contents from .env-example
into .env
and update values as needed
Install dependencies
npm install
Start development server
npm run develop
Install dependencies
cd frontend
npm install
Start development server
npm run dev
In Strapi Admin, navigate to Settings -> API Tokens and click on Create new API Token
Name: Public API Token Content Description: Access to public content Token duration: Unlimited Token type: Read-only
Provide Permissions access as needed
Add token to .env
by updating value for PUBLIC_STRAPI_API_TOKEN
Start development server for both front-end and back-end
npm run dev