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

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.

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).