Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 246 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 246 Bytes

Pause - FrontEnd

How to use?

  1. Download or clone this repo.

  2. Install dependencies.

npm install
// or
yarn install
  1. Run project on iOS / Android.
 npm run ios // npm run android
 // or
 yarn ios // yarn android