Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viodotcom/vio-app-assignment
Vio.com Mobile Engineer Assignment
https://github.com/viodotcom/vio-app-assignment
Last synced: about 2 months ago
JSON representation
Vio.com Mobile Engineer Assignment
- Host: GitHub
- URL: https://github.com/viodotcom/vio-app-assignment
- Owner: viodotcom
- Created: 2021-12-24T10:41:17.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-23T16:29:51.000Z (about 1 year ago)
- Last Synced: 2023-11-23T17:33:14.307Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 2.66 MB
- Stars: 1
- Watchers: 5
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vio.com Mobile Engineer Assignment
🎉 Thanks for applying for the Mobile Engineer position at Vio.com.
🚀 Below you will find [how to run](#how-to-run) the React Native App we've bootstrapped for you.
📝 The instructions, requirements and evaluation criteria are available at [instructions](INSTRUCTIONS.md). Do read it carefully before starting.
✍️ **Document your decisions and concessions at [documentation](DOCUMENTATION.md)**.
## How to run
This project was bootstrapped using [React Native TypeScript template](https://reactnative.dev/docs/typescript). In the project directory, you can run:
### `npm install`
Installs all the dependencies.
### `npm start`
Runs the app in the development mode.
### `npm run android`
Runs the Android app in the development mode.
### `npm run ios`
Runs the iOS app in the development mode.
### `npm run test`
Runs the the automated tests.