This starter uses SvelteKit and Strapi.
Along with SvelteKit, it also includes:
- Bits UI
- Tailwind CSS
- heroicons and Simple Icons (using unplugin-icons)
- Node.js LTS
- Clone this repo
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