An open API service indexing awesome lists of open source software.

https://github.com/igniteui/help-samples-src


https://github.com/igniteui/help-samples-src

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Ignite UI Help samples

## Running the samples locally

1. Install all dependencies:

```
npm install
```

2. Build the samples specifying what version to build and the source folder for it as arguments:

```
npm run build -- --ignite-version 17.1 --ignite-ui http://localhost/ig_ui17.1
```

3. The built samples will be located under the ./dist folder.