https://github.com/jamesmoriarty/redux-paint
Simple "time-traveling" paint application.
https://github.com/jamesmoriarty/redux-paint
create-react-app create-react-app-typescript html5 html5-boilerplate html5-canvas paint-application react react-app redux typescript
Last synced: about 1 year ago
JSON representation
Simple "time-traveling" paint application.
- Host: GitHub
- URL: https://github.com/jamesmoriarty/redux-paint
- Owner: jamesmoriarty
- Created: 2020-08-13T11:28:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T00:55:56.000Z (over 5 years ago)
- Last Synced: 2025-03-27T04:51:17.284Z (about 1 year ago)
- Topics: create-react-app, create-react-app-typescript, html5, html5-boilerplate, html5-canvas, paint-application, react, react-app, redux, typescript
- Language: TypeScript
- Homepage: http://www.jamesmoriarty.xyz/redux-paint/
- Size: 2.78 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redux Paint
 
Simple "time traveling" paint application.
## Examples
- [jamesmoriarty.xyz](http://www.jamesmoriarty.xyz/redux-paint/)
## Screenshots

## Development
```
npm start
```
## Test
```
npm test
```
## Deploy
```
npm run deploy
```