NanaMorse / react-native-typescript-starter-kit

Get started with react-native and typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-typescript-starter-kit

A starter kit for developing mobile apps with react-native and typescript

required environment

includes

get start

Clone this repo and init it:

$ git clone https://github.com/NanaMorse/react-native-typescript-starter-kit.git myApp
$ cd myApp
$ npm install
$ typings install

Start a react-native server

$ npm run start

Run the project on iOS

$ npm run ios

That's it!

About

Get started with react-native and typescript


Languages

Language:Objective-C 56.1%Language:Python 20.9%Language:Java 15.6%Language:JavaScript 5.1%Language:TypeScript 2.3%