Commands to create basic project structure
npm create svelte
#Type Name of your App
#Select Svelte Kit
#Select Typescript
#Select Skeleton Project
// file : src/routes/+layout.ts
export const prerender = true;
Commands to create basic project structure
npm create svelte
#Type Name of your App
#Select Svelte Kit
#Select Typescript
#Select Skeleton Project
// file : src/routes/+layout.ts
export const prerender = true;
For further actions, you may consider blocking this person and/or reporting abuse
Anik Deb Nath -
Michael Flanagan -
Nandani Sharma -
Mauricio Aires -
Top comments (0)