svelte-greeter
component to be used in an Angular demo.app.
git clone https://github.com/ospatil/svelte-greeter.git
Install the dependencies...
cd svelte-greeter
npm install
...then start Rollup:
npm run dev
Navigate to localhost:5000. You should see the running. Edit a component file in src
, save it, and reload the page to see your changes.
To build the app for production, run:
npm run build