Responsive design template and basic frontend functionality for an ecommerce app built in Svelte. I really started this project to try my hand out at Svelte and it was an absolute blast. The project is deployed on Netlify.
Install the dependencies...
cd svelte-app
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.