svelte-template-parcel
svelte-template-parcel copied to clipboard
Svelte Template with Parcel.js
Svelte Template Parcel
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.
Get started
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.
Build for Production
Run yarn build
and then deploy the contents for the dist
folder
Created by Alex Parra on 2019-10-20.