Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T19:17:58.000Z (7 months ago)
- Last Synced: 2024-04-14T08:06:29.833Z (7 months ago)
- Topics: currency-converter, playwright-tests, pwa, svelte, unocss, vite, web-application
- Language: Svelte
- Homepage: https://currconv.codeful.dev
- Size: 2.77 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
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
```