#Khem Labs React Native Kickstarter
##Building steps
- Edit package.json,app.json,index.ios.js,index.android.js: chage 'Kickstarter' for your app name.
- run
npm install - run
react-client eject: it should build your android and ios folders - Connect your device or run your emulator
- run
react-client start: this will start react webserver, you need to keep this open when building your project. - run
react-client run-(platform): change platform foriosorandroid - All set!! you should have your app up and runing on your device, happy coding!