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

https://github.com/basdp/react-native-typescript-vscode


https://github.com/basdp/react-native-typescript-vscode

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# React Native with TypeScript and Visual Studio Code

```bash
# start a regular, clean react-native project
react-native init AwesomeProject

# install deps
npm install typescript tslint rimraf concurrently --save-dev

# install typings
npm install @types/react @types/react-native @types/jest --save-dev

# create tsconfig.json
wget

```