Welcome to the mobile application for Android and iOS - Managament App, created using React Native! 🚀
- Name: Managament App
- Version: 0.0.3
- Description: Mobile Application created using React Native to better manage your business and employees.
- Author: Daniel Śledź
To start working with this project, follow these steps:
- Clone the repository:
git clone [email protected]:DanielSledz03/Managment-App.git
- Navigate to the project directory:
cd Managment-App
- Install the dependencies:
npm install
- Run the project in development mode:
npm run start
npm run start
: Starts the React Native development server.npx react-native run-android
: Starts the application on Android.npx react-native run-ios
: Starts the application on iOS.