This is svelte webpack boilerplate. We support the following features:
Demo site has only two pages with navigation between them. Take a look at youtube demo.
We support webpack from the box. Take a look at demo on youtube.
Install all dependencies
npm i
Start webpack dev server
npm start
Open the site
open localhost:8080
We support docker from the box. Take a look at demo on youtube.
Create docker image with the project
npm run docker:build
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
open localhost:8080