https://github.com/flexbox/preact-currency
⚛️ Precise, Fast, Live
https://github.com/flexbox/preact-currency
preact preact-demos
Last synced: 3 months ago
JSON representation
⚛️ Precise, Fast, Live
- Host: GitHub
- URL: https://github.com/flexbox/preact-currency
- Owner: flexbox
- Created: 2017-11-25T16:08:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-22T11:51:51.000Z (over 7 years ago)
- Last Synced: 2025-01-10T03:19:19.718Z (5 months ago)
- Topics: preact, preact-demos
- Language: JavaScript
- Homepage:
- Size: 257 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Currency
## CLI Commands
``` bash
# install dependencies
yarn# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# test the production build locally
npm run serve
```For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).
## TODO
- [ ] Add routing for conversion with url like `/usd/eur/100/`