dmdin / dialute-starter-svelte

🧶📦🧡 The way you will want to initialize Chat and Canvas Apps for SberSalute with Svelte

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🧶📦🧡 Dialute Template for Svelte

The way you will want to initialize Chat and Canvas Apps for SberSalute. Controll the power of generator based scripts of Dialute and reactivity of Svelte frameworks

⚙️ Install

Download the template to your machine

$: npx degit dikower/dialute-starter-svelte

Install all dependencies in both directories

$: cd app
$: npm i

$: cd ../hook
$: npm i

🚀 Startup

Run 2 parallel processes from different terminals with live-reloading for hook and app using npm or yarn. The command is the same for each

$: npm run dev

Run ngrok from another terminal. Copy the link and paste it in SmartMarket interface into webhook and frontend hosting of your App

$: ngrok http 8000

🛰 Deploy

Coming soon...

🥰 Support

You can always click on the ⭐️ of the repo and donate. I will be very glad for any support

"Buy Me A Coffee"

About

🧶📦🧡 The way you will want to initialize Chat and Canvas Apps for SberSalute with Svelte

License:Apache License 2.0


Languages

Language:Svelte 38.9%Language:JavaScript 29.0%Language:TypeScript 15.7%Language:CSS 8.5%Language:HTML 7.9%