svelteadmin

Svelteadmin

Simple admin dashboard for svelte and bootstrap

Introduction

A basic admin dashboard demo for svelte.

Demo

http://svelteadmin.surge.sh

Get started

Install the dependencies...

cd svelte-app
npm install

...then start Rollup:

npm run dev

Building and running in production mode

npm run build

Deploying to the web

With Vercel

Install vercel if you haven't already:

npm install -g vercel

Then, from within your project folder:

cd public
vercel deploy --name my-project

With surge

Install surge if you haven't already:

npm install -g surge

Then, from within your project folder:

npm run build
surge public my-project.surge.sh

Top categories

Loading Svelte Themes