Skip to content

bholmesdev/svelte-starter-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Getting started with SvelteJS v3

This is a simple starter template for building and running an app using Svelte. To get going, make sure you have NodeJS and git installed on your machine.

Next, cd to the directory where this project has been cloned...

git clone https://github.com/Holben888/svelte-starter-template.git
cd ./svelte-starter-template

...install all project dependencies...

npm install

...and build the application.

npm run build

This should pull up a page in your favorite web browser saying "I'm an app!" If you look at the file rollup.config.js in your text editor, you should see imports for "live-reload" and "serve." These allow the website to rebuild itself automatically when you add new code, and refresh the page in your browser so you can see your changes.

Next steps

Go visit the documentation page for SvelteJS to start building! ๐Ÿ˜ƒ

About

A small starter template to get up and running with Svelte v3 ๐Ÿš€

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published