Skip to content

Latest commit

 

History

History

browser

ignite-ui

Browser App for React Components

This folder contains source code for a React app that combines examples implemented in the samples folder and it allows you to browser Ignite UI for React components in a single website such as:

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 and browse all samples:

  • in VS Code, open the browser folder C:\GitHub\igniteui-react-examples\browser

  • select View - Terminal menu item

  • type npm install command in terminal window

This will install required packages and Ignite UI for React packages

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

Note this application copies all individually sample projects from ./samples to ./browser/src folder when it is about to start running. Therefore, any changes to ./browser/src will be overridden on consecutive run of the application.

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.

SB Preview

Learn More

To learn more about Ignite UI for React components, check out the React documentation.