Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```