Front-End

Front-End

TAURI 개념 및 설치 사용법 (Svelte Kit, Mac Arm64)

TAURI란? https://tauri.app/v1/guides/ Guides | Tauri Apps Tauri is an app construction toolkit that lets you build software for all major desktop operating systems using web technologies. tauri.app Tauri는 웹을 기반으로 Desktop Application을 빌드할 수 있는 툴킷, 많은 프론트엔드 프레임워크와 호환 백엔드 언어는 Rust 기반이며 CLI는 Node.js가 사용됨 CLI만 설치하면 핫 리로딩, 번들링, 앱 생성 등을 바로 사용할 수 있음 Rust 언어를 기반으로 구동이 되기 때문에 Rust의 도구들을 직접적으로 사용할 수 있음 내장된 ..

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 프로젝트 생성 ..

호기심 많은 1인
'Front-End' 카테고리의 글 목록