Skip to content
This repository has been archived by the owner on May 14, 2023. It is now read-only.

toggle-corp/base-react-app

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