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

https://github.com/react-native-training/modern-react-native-typescript-boilerplate

Modern and lean Typescript Boilerplate to use for your React Native projects
https://github.com/react-native-training/modern-react-native-typescript-boilerplate

boilerplate javascript reactnative typescript

Last synced: 7 months ago
JSON representation

Modern and lean Typescript Boilerplate to use for your React Native projects

Awesome Lists containing this project

README

          

# Basic React Native + Typescript Boilerplate
Using modern DefinitelyTyped Type implementation (npm dependencies)

## To get started

1. clone project
```
git clone git@github.com:DefinitelyTyped/DefinitelyTyped.git
```

2. install dependencies
```
npm install OR yarn
```

3. To build your typescript code:
```
tsc
```