SvelteQuickstart Svelte Themes

Sveltequickstart

A quickstart for building material web apps with Svelte

SvelteQuickstart

A quickstart for building material web apps with Svelte.

Getting Started

Before you begin make sure Node.js is installed.

  1. Setup using degit:
npx degit thomaspcole/sveltequickstart#main MyApp
cd MyApp/
  1. Clone this project and change the git origin.
git clone https://github.com/thomaspcole/SvelteQuickstart.git
cd SvelteQuickstart
git remote set-url origin https://github.com/YOURUSERNAME/YOURSVELTEAPP.git
  1. Download this repository and copy+paste. :)

Setup

#Install node modules
npm install

#Run Svelte app
npm run dev

#Build Svelte app
npm run build

Top categories

Loading Svelte Themes