https://github.com/shprink/pixel-art-stencil-redux
Pixel Art with Stencil Web Components and Redux
https://github.com/shprink/pixel-art-stencil-redux
pixel-art stencil stenciljs webcomponents
Last synced: about 2 months ago
JSON representation
Pixel Art with Stencil Web Components and Redux
- Host: GitHub
- URL: https://github.com/shprink/pixel-art-stencil-redux
- Owner: shprink
- License: mit
- Created: 2018-04-11T15:43:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T08:50:33.000Z (about 7 years ago)
- Last Synced: 2025-03-29T18:11:21.540Z (3 months ago)
- Topics: pixel-art, stencil, stenciljs, webcomponents
- Language: TypeScript
- Homepage: https://shprink.github.io/pixel-art-stencil-redux/
- Size: 397 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## pixel-art-stencil-redux

### Install
```
yarn i
```or
```
npm i
```### Run locally
```
yarn start
```or
```
npm start
```## thanks
Found the pixels in this great article: https://css-tricks.com/fun-times-css-pixel-art/