Made by ECSESS 2024-2025
-
SvelteKit (Svelte v5, Kit v2)
- Start the project:
sv
.# create a new project in the current directory npx sv create
- Start the project:
-
Frontend Options:
- JavaScript with JSDoc (sorry I don't like TypeScript)
- TailwindCSS (incl. typography, forms)
- Svelte Adapter: node
bun
as Node.js package manager (similar tonpm
,yarn
,pnpm
, anddeno
v2)
-
Strapi CMS (v5)
- Start dev enviornment: (assume
deno
)
bun run dev
# or start the server and open the app in a new browser tab
bun run dev -- --open
- To create a production version of your app:
bun run build
bun run preview # to preview the production build