shop-app
A shopping mobile application made with react native for Android.
파일 탐색기
최종 버전 다운로드 (.zip)- App-test.js
- ReactNativeFlipper.java
- AndroidManifest.xml
- AntDesign.ttf
- Entypo.ttf
- EvilIcons.ttf
- Feather.ttf
- FontAwesome.ttf
- FontAwesome5_Brands.ttf
- FontAwesome5_Regular.ttf
- FontAwesome5_Solid.ttf
- Fontisto.ttf
- Foundation.ttf
- Ionicons.ttf
- Lato-Black.ttf
- Lato-BlackItalic.ttf
- Lato-Bold.ttf
- Lato-BoldItalic.ttf
- Lato-Italic.ttf
- Lato-Light.ttf
- Lato-LightItalic.ttf
- Lato-Regular.ttf
- Lato-Thin.ttf
- Lato-ThinItalic.ttf
- LightIcons.ttf
- MaterialCommunityIcons.ttf
- MaterialIcons.ttf
- Octicons.ttf
- SimpleLineIcons.ttf
- Zocial.ttf
- MainActivity.java
- MainApplication.java
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- strings.xml
- styles.xml
- AndroidManifest.xml
- _BUCK
- build.gradle
- build_defs.bzl
- debug.keystore
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- settings.gradle
- Contents.json
- Contents.json
- AppDelegate.h
- AppDelegate.m
- Info.plist
- LaunchScreen.storyboard
- main.m
- Shopping.xcscheme
- project.pbxproj
- Info.plist
- ShoppingTests.m
- Podfile
- shopApi.js
- Lato-Black.ttf
- Lato-BlackItalic.ttf
- Lato-Bold.ttf
- Lato-BoldItalic.ttf
- Lato-Italic.ttf
- Lato-Light.ttf
- Lato-LightItalic.ttf
- Lato-Regular.ttf
- Lato-Thin.ttf
- Lato-ThinItalic.ttf
- LightIcons.ttf
- selection.json
- CartIcon.js
- CartOutlineIcon.js
- FriesOddIcon.js
- HeartIcon.js
- HeartOutlineIcon.js
- LeftIcon.js
- LightIcons.js
- PlusIcon.js
- TitledDrawer.js
- ActionButton.js
- ActionComponent.js
- AuthForm.js
- CartIconComponent.js
- CartItem.js
- ErrorModal.js
- ErrorScreen.js
- FavoriteButton.js
- FormSubmitButton.js
- inputTypes.js
- LabledInput.js
- OrderItem.js
- ProductForm.js
- ProductItem.js
- QuantityButton.js
- Colors.js
- AuthContext.js
- types.js
- CartContext.js
- types.js
- OrdersContext.js
- types.js
- ProductContext.js
- types.js
- createDataContext.js
- cartItem.js
- order.js
- product.js
- AdminNavigator.js
- AuthNavigator.js
- DrawerNavigator.js
- FavoritesNavigator.js
- ProductsNavigator.js
- RootNavigator.js
- CartScreen.js
- CreateProductScreen.js
- EditProductScreen.js
- FavoritesScreen.js
- LoginScreen.js
- OrdersScreen.js
- ProductDetailScreen.js
- ProductsScreen.js
- SignupScreen.js
- UserProductsScreen.js
- .buckconfig
- .editorconfig
- .eslintrc.js
- .flowconfig
- .gitattributes
- .gitignore
- .prettierrc.js
- .watchmanconfig
- App.js
- app.json
- babel.config.js
- index.js
- LICENSE
- metro.config.js
- package.json
- react-native.config.js
- README.md
- yarn.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/abdoutech19/shop-app
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd shop-app
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Gradle (Java/Kotlin)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java/Kotlin 프로젝트를 빌드/실행하려면 필요합니다.
- Gradle 레포에 포함된 gradlew(Gradle Wrapper)를 쓰면 Gradle을 따로 설치할 필요가 없습니다.
cd android/app
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
./gradlew build
Gradle로 빌드를 진행합니다.
BUILD SUCCESSFUL 메시지가 뜨면 성공입니다. build/ 폴더에 결과물이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
