svelte-webpack-boilerplate Svelte Themes

Svelte Webpack Boilerplate

Svelte boilerplate with webpack, babel, docker and more.

This is svelte webpack boilerplate. We support the following features:

What does it look like?

Demo site has only two pages with navigation between them. Take a look at youtube demo.

How to start webpack locally?

We support webpack from the box. Take a look at demo on youtube.

  1. Install all dependencies

    npm i
    
  2. Start webpack dev server

    npm start
    
  3. Open the site

    open localhost:8080
    

How to use docker locally?

We support docker from the box. Take a look at demo on youtube.

  1. Create docker image with the project

    npm run docker:build
    
  2. Start the container in background

    npm run docker:build
    

If you want to see docker logs.

npm run docker:logs

If you want to stop the container.

npm run docker:clean
  1. Open the site
    open localhost:8080
    

Top categories

svelte logo

Need a Svelte website built?

Hire a professional Svelte developer today.
Loading Svelte Themes