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
- Host: GitHub
- URL: https://github.com/mapswipe/community-dashboard
- Owner: mapswipe
- License: apache-2.0
- Created: 2025-02-05T08:55:52.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-10-15T13:32:08.000Z (8 months ago)
- Last Synced: 2025-12-24T19:47:07.332Z (6 months ago)
- Language: TypeScript
- Size: 805 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```