This is a project template for Svelte + Bootstrap + jQuery + Rollup.
git clone https://github.com/Kiho/svelte-bootstrap-jquery.git
cd svelte-bootstrap-jquery
Note that you will need to have Node.js installed.
Install the dependencies...
cd svelte-bootstrap-jquery
npm install
...then start Rollup:
npm run dev
npm start
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.