This is a boilerplate project for creating a React application using TypeScript and Vite.js.
Before running this project, ensure you have the following prerequisites installed on your machine:
- Node.js (v18 LTS or above)
- npm (v7 or above, comes with Node.js)
- Visual Studio Code (or any preferred code editor)
Follow the steps below to get this project up and running on your local machine:
- Clone this repository to your local machine using the following command:
git clone https://github.com/AO19/react-demo.git
- Navigate to the project's directory:
cd react-demo
- Install the project dependencies:
npm install
- Open the project in Visual Studio Code to start modifying the code or run
in your terminal (in the project directory).
code .
- Start the development server:
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.
npm run dev