/GoStack-GoRestaurant-Mobile

๐Ÿฝ App created for Mobile with React Native and TypeScript

Primary LanguageTypeScriptMIT LicenseMIT

GoStack

GoRestaurant

โ€œNothing in the world beats persistenceโ€!

GitHub language count GitHub top language GitHub repo size in bytes Code quality Made by Rocketseat
React Native version TypeScript version

Index

๐Ÿ“ The Project   |    ๐Ÿ›  Technologies   |    ๐Ÿ Starting


๐Ÿ“ About the project

GoRestaurant is a simple app made with React Native and TypeScript to practice the CRUD concepts (Create, Read, Update, Delete).

GoStack

๐Ÿ›  Technologies


๐Ÿ Starting the project

Clone the project: git clone https://github.com/RBritoX/GoStack-GoRestaurant-Mobile

๐Ÿ“ฑ To run Mobile, you need an Android or iOS simulator (Mac only) running on your computer or connect your physical smartphone to USB. To learn how to install / configure, follow the RocketSeat tutorial.
Now, on another tab of the terminal, run the following commands:

# to download the dependencies
$ yarn

# to download the dependencies
$ cd ios && pod install && cd ..

# to start the FAKE API
$ yarn json-server server.json -p 3333

# for Android:
# first open the Android emulator
# to start the app on the simulator or on the Android physical smartphone connected to the USB device
$ yarn android

# for iOS:
# to launch the app on the simulator or on the physical iOS smartphone connected to the USB device (only using Mac)
$ yarn ios


Made by Raphael Brito (RBritoX)

React.js version React.js version React.js version