# ReactNative && Typescript Skeleton
This is the mobile application skeleton for react-native and typescript
- Clone project
git clone https://github.com/kbukum/rnts-skeleton.git
cd rnts-skeleton
- Install Requirements
-
Download and install Node : https://nodejs.org/en/download/
-
Install react-native-debugger: (https://github.com/jhen0409/react-native-debugger)
brew update && brew cask install react-native-debugger
- Install Dependencies
yarn
- Start
yarn start
yarn test
yarn build
yarn build:watch
yarn reset