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

https://github.com/mapswipe/community-dashboard

Community Dashboard for Mapswipe
https://github.com/mapswipe/community-dashboard

Last synced: 5 months ago
JSON representation

Community Dashboard for Mapswipe

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
```