The goal of this project is to gain practical experience and insight working with web components and the Svelte UI framework. It uses Svelte's webpack-template to quickly use Svelte and Webpack together.
Clone the repo.
git clone https://github.com/joeblethephilgray/svelte-playground.git
Navigate to the root directory of the project, and install node module dependencies.
cd svelte-playground
npm install
Start with webpack.
npm run dev
Navigate to localhost:8080.