https://github.com/oakmac/immutable-etch-a-sketch
Etch-a-Sketch using react + mori
https://github.com/oakmac/immutable-etch-a-sketch
Last synced: 25 days ago
JSON representation
Etch-a-Sketch using react + mori
- Host: GitHub
- URL: https://github.com/oakmac/immutable-etch-a-sketch
- Owner: oakmac
- License: isc
- Created: 2017-06-28T01:57:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-29T00:30:11.000Z (almost 9 years ago)
- Last Synced: 2025-01-28T17:26:21.761Z (over 1 year ago)
- Language: JavaScript
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Immutable Etch A Sketch
Simple [Etch A Sketch] application using [React] and [mori].
[Etch A Sketch]:https://en.wikipedia.org/wiki/Etch_A_Sketch
[React]:https://facebook.github.io/react/
[mori]:http://swannodette.github.io/mori/
## Development Setup
Install [yarn], then
```sh
# install node_modules folder
yarn install
# start compiling the app and run a local web server
yarn start
```
[yarn]:https://yarnpkg.com/en/
## License
[ISC License](LICENSE.md)