Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 645 Bytes

File metadata and controls

35 lines (23 loc) · 645 Bytes

Svelte With Parcel App

This is a project template for Svelte apps using Parcel and Purgecss. It lives at https://github.com/simplebytesdev/sveltemplate.

To create a new project based on this template using degit:

npx degit simplebytesdev/sveltemplate svelte-app
cd svelte-app

Note that you will need to have Node.js installed.

Get started

Install the dependencies...

cd svelte-app
npm install

...then run

npm start

Building and running in production mode

To create an optimised version of the app:

npm run build