Multiple Counter is a Svelte project enabling users to increase, decrease, reset, and remove individual counters.
The source code is managed and hosted on GitHub.
The application is deployed and can be accessed here.
# or with pnpm
pnpm install
# or with yarn
yarn
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
npm run build
You can preview the app with npm run preview
.