Note that you will need to have Node.js installed.
git clone [email protected]:mono-company/sveltecamp.git
Install the dependencies...
cd sveltecamp
npm install
...then start Rollup:
npm run 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.
Feel free to use the source code of this website for your own Svelte event
MIT