A Svelte.kit web application displaying products from Dummy JSON - Products
This application is automatically deployed using Github Pages and Github Actions. A live version can be viewed here.
npm install
npm run dev -- --open
To create a production version and preview it locally run the following
npm run build
npm run preview