React requires Node.js to run, as it uses Node.js for the development server and package management.
Ensure you have the following installed on your system:
Ensure that npm (Node Package Manager) is also installed, as they come bundled with Node.js.
-
Clone the Repository
git clone [email protected]:ambatisuman/ev-charging-simulation.git
-
Navigate to the Project Directory
cd ev-charging-simulation
-
Install Dependencies
npm install
-
Start the Development Server
npm run dev
-
Open in Browser Open your web browser and navigate to the URL displayed in the terminal (typically
http://localhost:5173
)
- Ensure you have the latest version of Node.js installed
- Check that all dependencies are correctly installed
- For production build, use
npm run build