russellsamora / svelte-piano

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Svelte HMR and Sapper Export

Trying to get the best of both worlds: fast and easy svelte development with Sapper bake out html deploy.

Insallation

Clone the repo and run npm install.

Development

npm run dev

Modify content in src and public/assets.

Deploy

For github deploy:

npm run deploy
make github

You need to modify the basepath in package.json depending on where it is hosted.

About


Languages

Language:JavaScript 70.2%Language:HTML 25.5%Language:Makefile 3.7%Language:CSS 0.6%