An open API service indexing awesome lists of open source software.

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

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
```