Skip to content

A demo application that contains samples for each component included in the IntegralUI Web library

License

Notifications You must be signed in to change notification settings

lidorsystems/integralui-web-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IntegralUI Web - QuickStart

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.

Dependencies

This app requires the following library:

IntegralUI Web - v23.3 and above

Installation

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:

Angular

npm install

After installation completes, start the application by typing:

ng serve --open

React

npm install

After installation completes, start the application by typing:

npm start

Vanilla JavaScript

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

Demo

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.

License Information

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.