Skip to content

zainwaseem/react-ts-starter-

Repository files navigation


React Vite TypeScript Starter

This project is a starter template for building a React application using Vite and TypeScript.

Features

  • React: Build interactive UIs.
  • Vite: Fast build tool for modern web projects.
  • TypeScript: Static typing for robust development.

Prerequisites

  • Node.js (>= 16.x)
  • npm (>= 8.x) or Yarn

Installation

  1. Clone the repository:

    git clone https://github.com/zainwaseem/react-ts-starter-.git
    cd react-ts-starter-
  2. Install dependencies:

    npm install

Usage

  • Start the development server:

    npm run dev

    The app will be available at http://localhost:5173.

  • Build for production:

    npm run build
  • Preview the production build:

    npm run preview

File Structure

  • src: Contains application code.
    • components: Reusable UI components.
    • assets: Static assets like images.
    • styles: Global styles.

License

MIT


About

react-ts-starter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published