npx degit jason-c-daniels/svelte-smui-template your-project-name
npm install
to install the dependencies.You'll need to modify package.json
and main.js
with the actual name of your application.
(main.js
passes it to the App component) From there remove the default code and begin
coding your own application.