dmitry-kurmanov / svelte3-component-template

💻 Template for creating universal (framework agnostic) component (library) based on svelte3, rollup and ava

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

svelte3-component-template

Template for creating universal (framework agnostic) component (library) based on svelte3, rollup and ava

run buld with live reload at http://localhost:5000/:

npm start

run ava tests in watch mode:

npm test

run one time build:

npm run build

run one time tests (helpfull for the Husky prepush hooks):

npm run test-single

About

💻 Template for creating universal (framework agnostic) component (library) based on svelte3, rollup and ava

License:MIT License


Languages

Language:JavaScript 75.0%Language:HTML 25.0%