https://github.com/kbukum/rnts-skeleton
reactnative-typescript-skeleton
https://github.com/kbukum/rnts-skeleton
react react-native react-native-debugger testing typescript
Last synced: 25 days ago
JSON representation
reactnative-typescript-skeleton
- Host: GitHub
- URL: https://github.com/kbukum/rnts-skeleton
- Owner: kbukum
- Created: 2017-06-25T03:21:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-02T21:41:22.000Z (almost 9 years ago)
- Last Synced: 2025-06-30T19:11:21.671Z (11 months ago)
- Topics: react, react-native, react-native-debugger, testing, typescript
- Language: Objective-C
- Size: 361 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
#Â ReactNative && Typescript Skeleton
This is the mobile application skeleton for react-native and typescript
### Install Project
1. Clone project
```bash
git clone https://github.com/kbukum/rnts-skeleton.git
cd rnts-skeleton
```
2. Install Requirements
* Download and install Node : https://nodejs.org/en/download/
* Install react-native-debugger: (https://github.com/jhen0409/react-native-debugger)
```bash
brew update && brew cask install react-native-debugger
```
3. Install Dependencies
```bash
yarn
```
### Join Development
1. Start
```bash
yarn start
```
### Test Project
```bash
yarn test
```
## Build Project
```bash
yarn build
```
## Build Project in @watch mode
```bash
yarn build:watch
```
## Reset Project
```bash
yarn reset
```