Based on Svelte v3 - Basics - Todo App, github repo
Framework: Svelte 3
CSS Framework: Bulma
Package manager: PNPM
(hardcoded in rollup.config.js
, so dont forget change to you packet manager like npm, otherwise run dev
will not work properly)
require("child_process").spawn("pnpm", ["run", "start", "--", "--dev"], {
stdio: ["ignore", "inherit", "inherit"],
shell: true
});