Synalytica / svelte-template

Minimal svelte3 template with router support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Svelte template Application

Introduction

Svelte production-ready application:

  • Material UI
  • SPA hash-based routing

Development

Non-docker

npm install
npm run-script build
npm run-script serve

Docker

docker build . -t image:tag
docker run -p 5000:5000 $PWD:/app image:tag

About

Minimal svelte3 template with router support


Languages

Language:HTML 65.5%Language:JavaScript 28.0%Language:Dockerfile 2.6%Language:Shell 2.3%Language:CSS 1.7%