This is a minimal piano-app based on Create React App and react-piano.
npm installnpm start
This repo contains a basic linting setup using eslint and prettier. You can setup your editor to show (and auto-fix on save) linting errors, e.g. using the VS Code ESLint extension.
You can also run:
npm run eslintto show linting errorsnpm run eslint-fixto auto-fix linting errors
The app contains a base configuration for react-apollo to use Queries and Mutations.