/svelte-spa

Demo Application using SvelteJS

Primary LanguageSvelte

svelte-spa

Demo Application using SvelteJS

Clone and Install dependencies

git clone https://github.com/keuller/svelte-spa

cd svelte-spa

npm install

Running Dev

$ npm start

Building to Production

$ npm run build

Running Production Bundle

$ npm run serve

Running Tests

$ npm run test