An example ASP.NET Core project which incorporates Svelte and SASS compilation on Rollup bundler.
- Make sure you have rollup. You can install it globally via
npm install -g rollup
. - Run
npm install
to install the dependencies. - Run
npm run watch
during development to keep the bundler updating the files as you make edits.