blade-running-man / currency-exchange

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

currency-exchange

Overview

Prerequisites

Installation

To install all the necessary dependencies, navigate to the project directory and run:

npm install

Available Scripts

In the project directory, you can run:

Start the local development server using Vite.

npm run dev

Compile TypeScript files and build the application for production.

npm run build

Preview the built application after a build.

npm run preview

Perform linting on .js, .cjs, .ts, and .tsx files.

npm run lint

Fix linting issues in .js, .cjs, .ts, and .tsx files.

npm run lint:fix

About


Languages

Language:TypeScript 94.2%Language:JavaScript 4.1%Language:HTML 1.8%