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

https://github.com/launchscout/litelement-tic-tac-toe

The tic-tac-toe game from the React tutorial, implemented in Web Components using LitElement
https://github.com/launchscout/litelement-tic-tac-toe

lit-element react tutorial webcomponents

Last synced: 3 months ago
JSON representation

The tic-tac-toe game from the React tutorial, implemented in Web Components using LitElement

Awesome Lists containing this project

README

          

# \

This webcomponent follows the [open-wc](https://github.com/open-wc/open-wc) recommendation.

## Installation
```bash
npm i tic-tac-toe
```

## Usage
```html

import 'tic-tac-toe/tic-tac-toe.js';

```

## Testing using karma (if applied by author)
```bash
npm run test
```

## Testing using karma via browserstack (if applied by author)
```bash
npm run test:bs
```

## Demoing using storybook (if applied by author)
```bash
npm run storybook
```

## Linting (if applied by author)
```bash
npm run lint
```