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

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

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)