This README provides instructions on how to set up a new React project using Vite, a fast build tool that significantly improves the development experience.
Before you begin, ensure you have the following installed on your system:
- Node.js (version 12.2.0 or higher)
- npm (usually comes with Node.js)
Follow these steps to create a new React project:
-
Open your terminal or command prompt.
-
Create a new folder
mkdir new-folder
-
cd new-folder
redirect to the folder -
you can open the visual studio using
code .
-
Run
npm install
to install dependancies -
You are all good to go
npm run dev