Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 750 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 750 Bytes

Getting Started

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

To Update Base URL in Environment File, follow these steps:

  • Go to environment file at:
src/environments/environment.ts
  • locate the BASE_URL variable and update its value with your specific base URL.