Skip to content

Template to create bare bones Svelte apps with Vite included

License

Notifications You must be signed in to change notification settings

ArtoKeskiniva/svelte-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svelte-app-template

Create bare bones Svelte apps with Vite included.

To use, simply execute command in shell:

node create-app.js <name> <directory>

A new sub-directory with name is created under directory

The created application will be ready to run with:

npm i
npx vite

Note: Git is not initialized, you'll have to do it yourself, if needed.

About

Template to create bare bones Svelte apps with Vite included

Resources

License

Stars

Watchers

Forks