This is a Svelte experiment project
Install the dependencies...
yarn
...then start Rollup:
yarn dev
Navigate to localhost:5000. You should see your app running. Edit a component file in src
, save it, and reload the page to see your changes.
To create an optimised version of the app:
yarn build
To build & deploy in Surge.sh, run:
yarn deploy
MIT