KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
FoodLunch
★ 12
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
plonk_gadgets
:
Container of general purpose gadgets used across Dusk Network's circuit implementations.
constraint-error-tags
:
A PostGraphile plugin for writing nicer error messages on constraints.
RevSCA-2.0
:
No description available.
VotingSystem
:
LayUI+WeUI+asp.net MVC+MySQL——Web投票管理系统+移动端投票系统
My_VINS
:
Based on VINS-mono, implement a small VINS system, especially for the test of optimization.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
FoodLunch
?
Download (.md)
# Food Lunch App Food Delivery for iOS & Android (เขียนไว้นานแล้วนะครับ เลยยังไม่ได้ใช้เป็น React Hooks) ## การติดตั้ง เปิด Terminal หรือ CMD: ```sh git clone git@github.com:Saharak-Dove/FoodLunch.git ``` รอจนเสร็จ และใช้คำสั่ง: ```sh cd FoodLunch ``` ทำการติดตั้ง Package โดยใช้คำสั่ง: ```sh yarn install ``` หรือ ```sh npm install ``` สำหรับ iOS ให้ ```sh cd ios && pod install ``` ## ติดตั้งแอป สำหรับ iOS ```sh react-native run-ios ``` สำหรับ Android ```sh react-native run-android ``` ## ติดตั้งแอปบนเครื่องสำหรับทดสอบหรือ Release สำหรับเทสบนเครื่อง iOS แบบโหมด Debug ```sh react-native run-ios --device --configuration Debug ``` สำหรับเทสบนเครื่อง iOS แบบโหมด Release ```sh react-native run-ios --device --configuration Release ``` สำหรับเทสบนเครื่อง Android แบบโหมด Debug ```sh react-native run-android ``` สำหรับเทสบนเครื่อง Android แบบโหมด Release ```sh react-native run-android --variant=release ```