Learning React Native with an example of ecommerce project
- Open Terminal
- Clone this repository
- Go to the project folder
- Install dependencies
git clone https://github.com/adrianomarquess/ecommerce.git
cd ecommerce
npm install
Run server
json-server server.json
Run app
react-native start
react-native run-ios
or react-native run-android