Skip to content

Latest commit

 

History

History

browser

ignite-ui

Browser App for Web Components

This browser application allows you to browse all samples of the IgniteUI for Web Components in a single website.

Branches

NOTE: You should use master branch of this repository if you want to run samples on your computer. Use the vnext branch only when you want to contribute new samples to this repository.

Instructions

Follow these instructions to run all samples locally in a browser application.

  • open VS Code as Administrator

  • open the ./browser folder

  • select View - Terminal menu item

  • type npm install --legacy-peer-deps command in terminal window

This will install required packages and Ignite UI for Web Components packages from npm website.

Next, follow these steps:

  • type gulp updateBrowser command in terminal window. This will copy and transform all source files of individually sample projects from ./samples to the ./browser folder.

  • type npm run start command in terminal window to start the browser application locally

  • Wait until the build is completed and then open http://localhost:4200 in your browser. You should see a website with navigation menu for browning all samples in this repository.