Create
project :
NOTE :
Before launching the app, ensure you have correctly set up the ADMIN LARAVEL and have added all
necessary data through the admin panel.
Create a Project :
- Open terminal and change location to where you want to create project.
- To create a React Native project, run the following command :
npx react-native init TaxidoUserAPI
- If you want to create a project with a specific React Native version, use the command :
npx @react-native-community/cli init TaxidoUserAPI --version 0.77.1