Skip to content

Latest commit

 

History

History

app

feedget-app

Directory dedicated to Mobile App of FeedGet project.


About

The web project was developed using React Native.

Running

* To run this project, you must install the dependencies listed in the main README.md located in the root directory. You can run the web project locally from the root directory or by running it here.

* After installing the dependencies, you can run the project by the commands listed below.

If you running expo in your smartphone by Expo Go, set this variable with the IP of machine where you backend is running. For example:

API_URL=http://192.168.0.14:3333

Because if you set localhost, the smartphone will not found the backend.

Start Development Mode

npm run start

Start android

npm run android

Start ios

npm run ios

Techs