A quickstart for building material web apps with Svelte.
Before you begin make sure Node.js is installed.
npx degit thomaspcole/sveltequickstart#main MyApp
cd MyApp/
git clone https://github.com/thomaspcole/SvelteQuickstart.git
cd SvelteQuickstart
git remote set-url origin https://github.com/YOURUSERNAME/YOURSVELTEAPP.git
#Install node modules
npm install
#Run Svelte app
npm run dev
#Build Svelte app
npm run build