https://github.com/basdp/react-native-typescript-vscode
https://github.com/basdp/react-native-typescript-vscode
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/basdp/react-native-typescript-vscode
- Owner: basdp
- License: unlicense
- Created: 2018-03-29T17:54:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T09:00:06.000Z (about 8 years ago)
- Last Synced: 2025-03-25T11:49:44.112Z (about 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```