Skip to content

kbukum/rnts-skeleton

Repository files navigation

# ReactNative && Typescript Skeleton

This is the mobile application skeleton for react-native and typescript

Install Project

  1. Clone project
git clone https://github.com/kbukum/rnts-skeleton.git
cd rnts-skeleton
  1. Install Requirements
brew update && brew cask install react-native-debugger
  1. Install Dependencies
yarn

Join Development

  1. Start
yarn start

Test Project

yarn test

Build Project

yarn build

Build Project in @watch mode

yarn build:watch

Reset Project

yarn reset