https://github.com/caugner/bcd-examples
Examples to determine browser support in BrowserStack Live etc.
https://github.com/caugner/bcd-examples
Last synced: 4 months ago
JSON representation
Examples to determine browser support in BrowserStack Live etc.
- Host: GitHub
- URL: https://github.com/caugner/bcd-examples
- Owner: caugner
- License: cc0-1.0
- Created: 2024-12-05T12:14:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-23T22:11:10.000Z (about 1 year ago)
- Last Synced: 2025-06-23T22:42:17.654Z (about 1 year ago)
- Language: HTML
- Homepage: http://bcd-examples.gh.caugner.de/
- Size: 248 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bcd-examples
Examples to determine browser support in BrowserStack Live etc.
## Examples
- [CSS](./css/)
- [HTML](./html/)
- [Media](./media/)
## Development
1. Install Node.js.
1. Clone this repository.
1. Run `npm install`.
1. Run `npm start`.
1. Visit http://localhost:8080/ in your browser.
See: [Set up Local Testing - BrowserStack](https://www.browserstack.com/docs/live/local-testing/set-up-local-testing).