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
- Host: GitHub
- URL: https://github.com/launchscout/litelement-tic-tac-toe
- Owner: launchscout
- License: mit
- Created: 2019-05-28T17:40:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:53:08.000Z (over 3 years ago)
- Last Synced: 2024-04-13T07:10:49.287Z (about 2 years ago)
- Topics: lit-element, react, tutorial, webcomponents
- Language: JavaScript
- Homepage:
- Size: 3.65 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```