https://github.com/fact-finder-web-components/demos
FACT-Finder® Web Components Demos
https://github.com/fact-finder-web-components/demos
fact-finder web-components
Last synced: about 1 year ago
JSON representation
FACT-Finder® Web Components Demos
- Host: GitHub
- URL: https://github.com/fact-finder-web-components/demos
- Owner: FACT-Finder-Web-Components
- License: other
- Created: 2017-01-31T14:26:38.000Z (over 9 years ago)
- Default Branch: release/4.x
- Last Pushed: 2023-11-23T14:45:00.000Z (over 2 years ago)
- Last Synced: 2023-11-23T16:45:17.732Z (over 2 years ago)
- Topics: fact-finder, web-components
- Language: JavaScript
- Homepage:
- Size: 1.39 MB
- Stars: 4
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# FACT-Finder Web Components Demos
These demos showcase the usage of FACT-Finder Web Components.
You will also find several special use cases with a custom implementation.
## Installation
1. Install [Node.js](https://nodejs.org/en/)
2. Run `npm install` from your command line
## Running demos
Open your command line tool at the demos' root directory and run
```shell
node start.js []
```
- `` is the directory of the demo you want to start, e.g. `ff-record-list`
- `[]` is an optional parameter that specifies the file that shall be loaded.
For example `load-more.html`.
If you don't specify it, it defaults to `index.html`.
Example calls:
```shell
node start.js ff-record-list # opens /ff-record-list/index.html
node start.js ff-record-list load-more.html # opens /ff-record-list/load-more.html
```
### Trouble Shooting
If you encounter `Error: listen EADDRINUSE: address already in use :::9999`, port `9999` is already being used.
`9999` is the default port used by the demo starting script.
You can change it in the file `./port.js` to fit your system.