DEV Community

nkadebug
nkadebug

Posted on

1

SvelteKit + Tailwindcss : Starter Template

Commands to create basic project structure

npm create svelte
#Type Name of your App
#Select Svelte Kit
#Select Typescript
#Select Skeleton Project
Enter fullscreen mode Exit fullscreen mode
// file : src/routes/+layout.ts
export const prerender = true;
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs