Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Product Demo App using React + TypeScript + Vite

mtranggit/my-products-app

Repository files navigation

Product Demo App with React + TypeScript + Vite

Setup and Run Instructions

Prerequisites

  • Node.js (v18 or higher) and npm installed on your system.

Steps to Setup and Run

  1. Clone the repository:

    git clone https://github.com/mtranggit/my-products-app.git
    cd my-products-app
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Open your browser and navigate to http://localhost:5173 to view the app.

Build for Production

To build the app for production, run:

npm run build

The production-ready files will be available in the dist directory.

Preview the Production Build

To preview the production build locally, run:

npm run preview

Lint the Code

To lint the codebase, run:

npm run lint

Run unit tests

To run unit tests for the codebase, run:

npm run test

About

Product Demo App using React + TypeScript + Vite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published