Front-End
Svelte 설치 및 실행 (with TailwindCSS)
Svelte Kit 사용 관련 공식 URL : https://kit.svelte.dev/docs/creating-a-project Creating a project • Docs • SvelteKit Creating a project Edit this page on GitHub The easiest way to start building a SvelteKit app is to run npm create: npm create svelte@latest my-app cd my-app npm install npm run devThe first command will scaffold a new project in the my-app directory askin kit.svelte.dev Svelte 프로젝트 생성 ..