This is a simple React application built with TypeScript and Vite. It serves as a starting point for building modern web applications.
To get started with this project, follow the instructions below.
Make sure you have the following installed on your machine:
- Node.js (version 14 or later)
- npm (comes with Node.js)
-
Clone the repository:
git clone <repository-url> -
Navigate to the project directory:
cd my-react-app -
Install the dependencies:
npm install
To run the application in development mode with hot reloading, use the following command:
npm run dev
This will start the Vite development server, and you can view the application in your browser at http://localhost:3000.
To build the application for production, run:
npm run build
This will create an optimized build of your application in the dist directory.
This project is licensed under the MIT License.