Skip to content

Latest commit

 

History

History

client

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.