Skip to content

ambatisuman/ev-charging-simulation

Repository files navigation

ev-charging-simulation

Prerequisites

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.

Installation

  1. Clone the Repository

    git clone [email protected]:ambatisuman/ev-charging-simulation.git
  2. Navigate to the Project Directory

    cd ev-charging-simulation
  3. Install Dependencies

    npm install
  4. Start the Development Server

    npm run dev
  5. Open in Browser Open your web browser and navigate to the URL displayed in the terminal (typically http://localhost:5173)

Troubleshooting

  • Ensure you have the latest version of Node.js installed
  • Check that all dependencies are correctly installed

Additional Notes

  • For production build, use npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published