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
- Host: GitHub
- URL: https://github.com/react-native-training/modern-react-native-typescript-boilerplate
- Owner: react-native-training
- Created: 2017-04-19T21:01:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T10:47:11.000Z (almost 9 years ago)
- Last Synced: 2025-07-19T23:58:11.125Z (8 months ago)
- Topics: boilerplate, javascript, reactnative, typescript
- Language: Objective-C
- Size: 125 KB
- Stars: 28
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```