Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 938 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 938 Bytes

CustomersManagement

Application to managing customers. Best functions :

  • Add customer
  • Edit customer data personalities
  • Remove customer
  • Show all available customers in the system

The app is available on iOS and Android platform.

  1. Clone the repo git clone https://github.com/matrad4307/CustomersManagement.git

  2. Run the following commands in a Terminal: npm install npm run build npm install react-native-gesture-handler npm install react-native-sqlite-storage

  3. Run react-native run-android inside your React Native project folder for android application or react-native run-ios in a Terminal

Project is connected to Azure Pipelines. All commits to master remote branch will run CI.

WARNING! It's short instruction about to run this project. If you never used React Native to build cross-platform app please see official documentation https://facebook.github.io/react-native/docs/getting-started