Skip to content

Latest commit

 

History

History
executable file
·
31 lines (20 loc) · 292 Bytes

README.md

File metadata and controls

executable file
·
31 lines (20 loc) · 292 Bytes

Notes App

Developed for testing workshop at hamburgcodingschool.

Setup

  1. Install dependencies
yarn install
  1. Start local development server
yarn start

Testing

Either run:

yarn test

or

yarn run cypress:open