-
Node.js version > 14.8
-
Node.js: Node.js can be downloaded and installed from Node.js Official Website. This will also install
npm
automatically, which is the package manager for Node.js.
Follow these steps to set up the project locally:
-
Clone the Repository
Clone the project repository to your local machine in the directory of your choice:
git clone https://github.com/PieterT2000/visual-plotly.git
-
Open the Project
Open the project in your IDE or text editor of choice.
-
Navigate to Frontend Directory
Using the terminal, navigate to the frontend folder within the cloned project directory:
cd frontend
-
Install Dependencies
Install the project dependencies by running:
npm install
-
Run the Vite Development Server
Start the development server by executing:
npm run dev
-
Access the UI
After starting the development server, open your web browser and access the webpage by clicking on the localhost link provided in the terminal (typically http://localhost:3000 or similar).