To run the Smart-X UI application, follow these steps:
-
Make sure you have Node.js version 16.14.2 installed.
-
Clone the Repository:
git clone https://github.com/smartSenseSolutions/smartsense-gaia-x-ui.git
- Navigate to the project's working directory:
cd smartsense-gaia-x-ui/
- Install the required dependencies:
npm ci
- Start the development server:
npm start
- Open your web browser and go to:
http://localhost:4200
- Go to environment file at:
src/environments/environment.ts
- locate the BASE_URL variable and update its value with your specific base URL.