Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 191 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 191 Bytes

To install packages: yarn install or npm install

To run the app: yarn start or npm start

To run unit tests: yarn test or npm test

To do a build: yarn build or npm build