https://github.com/dwightjack/currency-converter
Simple currency converter in Svelte + UnoCSS
https://github.com/dwightjack/currency-converter
currency-converter playwright-tests pwa svelte unocss vite web-application
Last synced: 10 months ago
JSON representation
Simple currency converter in Svelte + UnoCSS
- Host: GitHub
- URL: https://github.com/dwightjack/currency-converter
- Owner: dwightjack
- License: mit
- Created: 2020-12-13T05:41:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-15T12:44:49.000Z (10 months ago)
- Last Synced: 2025-08-18T00:52:25.174Z (10 months ago)
- Topics: currency-converter, playwright-tests, pwa, svelte, unocss, vite, web-application
- Language: TypeScript
- Homepage: https://currconv.codeful.dev
- Size: 3.01 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Currency Converter
## Get started
Install the dependencies...
```bash
pnpm i
```
Initialize netlify dev
```bash
pnpm netlify link
```
...then start Vite:
```bash
pnpm dev
```
Navigate to [localhost:5173](http://localhost:5173). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes.
## Building and running in production mode
To create an optimized version of the app:
```bash
pnpm build
```