This application contains samples for each component included in the IntegralUI Web product package. It can help you to get started quickly with learning about the components and write tests immediatelly.
This app requires the following library:
IntegralUI Web - v23.3 and above
Install the repository by running
npm install https://github.com/lidorsystems/integralui-web-quickstart.git
You can find separate folder for each framework. To install the app go to specific folder and use the following commands:
npm install
After installation completes, start the application by typing:
ng serve --open
npm install
After installation completes, start the application by typing:
npm start
First install the IntegralUI Web package under root folder. This package is already included in package.json, just type this command:
npm install
In order to start the application you may need to run it on a local server. You can use the local server provided by Node.js, it is a simple HTTP server package.
To install:
npm install http-server -g
To run (from your local directory):
http-server . -p 8000
You can open the application by typing in your browser:
http://localhost:8000
The application will start displaying the main window with links to all components included. Each component window contains a demo and description about the component functionality. You can checkout the sample source code (located under /samples subfolder) for more information on the sample and component used.
You may use this quick-start application for the limited purposes of demonstrations, trials or design-time evaluations.
Copyright (c) 2016-2023 Lidor Systems. All rights reserved.
This project has been released under the IntegralUI Web License, and may not be used except in compliance with the License. A copy of the License should have been installed in the product's root installation directory or it can be found here: License Agreement.
This SOFTWARE is provided "AS IS", WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.