- Typescript
- React-native
Clone the project
git clone https://github.com/Iamstanlee/backdrop_pets_app.gitGo to the project directory
cd backdrop_pets_appInstall dependencies
npm installStart the app/dev server
npx react-native run-android
or
npx react-native run-iossubsequently you can run npm start after the app have been built
To run tests, run the following command
npm run testIf you're using yarn
yarn test
