Skip to content

Template for building basic applications with Svelte Parcel and Purgecss

Notifications You must be signed in to change notification settings

simplebytesdev/sveltemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Template for building basic applications with Svelte Parcel and Purgecss

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published