joeblethephilgray / svelte-playground

The goal of this project is to gain practical experience and insight working with web components and the Svelte UI framework.
0 stars 1 forks source link

Svelte Playground

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.

Initial Setup

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

Development

Start with webpack.

  npm run dev

Navigate to localhost:8080.