Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 158 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 158 Bytes

Install dependencies with yarn (or npm i)

To start app: yarn start (or npm start)

To run tests: yarn test (or npm test)

App starts on http://localhost:3000