https://github.com/igniteui/help-samples-src
https://github.com/igniteui/help-samples-src
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/igniteui/help-samples-src
- Owner: IgniteUI
- License: mit
- Created: 2017-02-13T09:46:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T16:17:12.000Z (over 1 year ago)
- Last Synced: 2025-05-30T18:40:35.600Z (11 months ago)
- Language: JavaScript
- Size: 1.13 MB
- Stars: 3
- Watchers: 56
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.