A modern forex application that displays daily CNB (Czech National Bank) exchange rates, built with React, TypeScript and Vite.
Deployed: https://monex-five.vercel.app/
- Node.js >= 22.12.0
- Yarn ^1
- Install dependencies:
yarn installStart the development server:
yarn devThe application will be available at http://localhost:5173
Build the application for production:
yarn buildPreview the production build:
yarn preview