Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 704 Bytes

File metadata and controls

27 lines (15 loc) · 704 Bytes

React Project Setup Guide

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.

Prerequisites

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)

Setting Up a New React Project

Follow these steps to create a new React project:

  1. Open your terminal or command prompt.

  2. Create a new folder mkdir new-folder

  3. cd new-folder redirect to the folder

  4. you can open the visual studio using code .

  5. Run npm install to install dependancies

  6. You are all good to go

npm run dev