This is a project template for Svelte apps with Parcel.js
To create a new project based on this template using degit:
npx degit alex-parra/svelte-template-parcel svelteParcel
cd svelteParcel
Note that you will need to have Node.js installed.
Install the dependencies...
cd svelteParcel
yarn install
...then start the dev server:
yarn dev
Navigate to localhost:1234.
You should see your app running. Edit a component file in src, save it, and the page should reload with your changes.
Run yarn build and then deploy the contents for the dist folder
Created by Alex Parra on 2019-10-20.