Skip to content

mapswipe/community-dashboard

Repository files navigation

base-react-app

Base React App

Development

# 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