This is a minimal piano-app based on Create React App and react-piano.
npm install
npm 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 eslint
to show linting errorsnpm run eslint-fix
to auto-fix linting errors
The app contains a base configuration for react-apollo
to use Queries and Mutations.