Backdrop Pets App
Tools
- Typescript
- React-native
Screenshots
Run Locally
Clone the project
git clone https://github.com/Iamstanlee/backdrop_pets_app.git
Go to the project directory
cd backdrop_pets_app
Install dependencies
npm install
Start the app/dev server
npx react-native run-android
or
npx react-native run-ios
subsequently you can run npm start
after the app have been built
Running Tests
To run tests, run the following command
npm run test
If you’re using yarn
yarn test