/react-demo

Primary LanguageTypeScript

React TypeScript Project with Vite.js

This is a boilerplate project for creating a React application using TypeScript and Vite.js.

Prerequisites

Before running this project, ensure you have the following prerequisites installed on your machine:

Getting Started

Follow the steps below to get this project up and running on your local machine:

  1. Clone this repository to your local machine using the following command:
    git clone https://github.com/AO19/react-demo.git
  2. Navigate to the project's directory:
    cd react-demo
  3. Install the project dependencies:
    npm install
  4. Open the project in Visual Studio Code to start modifying the code or run
    code .
    in your terminal (in the project directory).
  5. Start the development server:
    npm run dev
    This will start the development server and open the application in your default browser. The server automatically reloads the app when you make changes to the source code.

React Developer Tools (Browser extension)