/react-native-typescript-starter-kit

Get started with react-native and typescript

Primary LanguageObjective-C

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!