Arifulislam5577 / keyzone-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keyzone frontend

Live Link : https://keyzone-frontend.vercel.app

Installation

  1. Clone the repository:

    git clone https://github.com/Arifulislam5577/keyzone-frontend.git
    cd keyzone-frontend
  2. Install the dependencies:

    npm install

Scripts

Build

Compile the TypeScript code to JavaScript:

npm run build

Development

Run the application in development mode with hot-reloading:

npm run dev

Linting

Lint the TypeScript files:

npm run lint

Automatically fix linting issues:

npm run lint --fix

About


Languages

Language:TypeScript 98.0%Language:JavaScript 1.0%Language:CSS 0.5%Language:HTML 0.4%