Skip to content

Files

Latest commit

Jul 17, 2023
204eb7e · Jul 17, 2023

History

History

client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 17, 2023
Jul 17, 2023
Jul 17, 2023
Jul 17, 2023
Jul 17, 2023
Jul 17, 2023
Jul 17, 2023
Jul 17, 2023
Jul 17, 2023

README.md

piano-app

This is a minimal piano-app based on Create React App and react-piano.

How to run

  • npm install
  • npm start

Linting

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 errors
  • npm run eslint-fix to auto-fix linting errors

React Apollo

The app contains a base configuration for react-apollo to use Queries and Mutations.