Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 576 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 576 Bytes

otterations

some ottery scaffolding/refactoring tools to make your life lazier

web version here

Get started

Install the dependencies...

cd svelte-app
npm install

...then start Rollup:

npm run dev

Navigate to localhost:5050. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.

Building and running in production mode

To create an optimised version of the app:

npm run build