Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 283 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 283 Bytes

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