npx degit sveltejs/template (프로젝트폴더 이름)
cd (프로젝트폴더 이름)
npm install
npm run dev
참고 페이지
node.js 홈페이지 : https://nodejs.org/ko/
Node.js
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
nodejs.org
Svelte 홈페이지 : https://svelte.dev
Svelte • Cybernetically enhanced web apps
Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app. Instead of using tec
svelte.dev
[Docs] import 사용하기 (0) | 2022.10.06 |
---|---|
[Step 01.] Svelte홈페이지에서 REPL사용하기 (0) | 2022.10.04 |
[intro] Svelte란? (0) | 2022.10.03 |