Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 938 Bytes

README.md

File metadata and controls

50 lines (35 loc) · 938 Bytes

React TypeScript Parcel Project

A React-Typescript show cases using shadcn/ui component library.

Live demo: https://show-cases.vercel.app/

Table of Contents

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/show-cases.git
  2. Navigate to the project directory:
    cd show-cases
  3. Install dependencies:
    npm install

Usage

To start the development server, run:

npm start

This will start the application at http://localhost:1234.

Scripts

  • npm start: Starts the development server.
  • npm run build: Builds the project for production.
  • npm run lint: Runs the linter.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Resources