/sveltekit-strapi-starter

SvelteKit and Strapi starter

Primary LanguageJavaScriptMIT LicenseMIT

SvelteKit Strapi Starter

This starter uses SvelteKit and Strapi.

Along with SvelteKit, it also includes:

  • Bits UI
  • Tailwind CSS
  • heroicons and Simple Icons (using unplugin-icons)

Setup

Prerequisites

  • Node.js LTS
  • Clone this repo

Back-end

cd backend

Copy contents from .env-example into .env and update values as needed

Install dependencies

npm install

Start development server

npm run develop

Front-end

Install dependencies

cd frontend
npm install

Start development server

npm run dev