Skip to content

nuevephp/svelte-multi-component-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svelte multi component demo

In this project we compile components to use outside of the Svelte framework into a regular webpage.

git clone https://github.com/silentworks/svelte-multi-component-demo.git
cd svelte-multi-component-demo

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

Get started

Install the dependencies...

cd svelte-multi-component-demo
npm install

...then build with Rollup:

npm run build

and now run the server to serve the public directory

npm start

Navigate to localhost:5000. You should see your app running.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published