Skip to content

Fullstack Boilerplate (React Native, Nestjs, ...)

Notifications You must be signed in to change notification settings

Mavis2103/Boilerplate

Repository files navigation

Lalahome

Tech Stack

ReactNative, Redux Toolkit, NativeBase, Yup, React-Hook-Form, React Navigation

Documentation

Run Locally

Clone the project

  git clone https://gitlab.com/hungnt144/phanminhhome_mobile.git Lalahome

Go to the project directory

  cd Lalahome

Install dependencies

  yarn install

Start Android

  yarn android

Start IOS

  yarn ios

Start Website

  yarn web

Deployment

To deploy this project run

  yarn build:web

Platform specific code

  • Button.tsx (default - required)
  • Button.android.tsx (Android)
  • Button.ios.tsx (IOS)
  • Button.web.tsx (Web)
  • Button.native.tsx (Android & IOS)

Call API (Only Native)

  • adb reverse tcp:8080 tcp:8080

About

Fullstack Boilerplate (React Native, Nestjs, ...)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published