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

https://github.com/toggle-corp/draw-over-image

Draw over image
https://github.com/toggle-corp/draw-over-image

Last synced: 3 months ago
JSON representation

Draw over image

Awesome Lists containing this project

README

        

# base-react-app

Base React App

## Development

```bash
# Generate graphql files
yarn generate

# Start web app
yarn start

# Build web app
yarn build

# Typescript check
yarn typecheck

# Eslint check
yarn eslint

# Check unused files
yarn check-unused

# Run tests
yarn test
```