Skip to content

originerd/ReactNativeNerdyBoilerplate

Repository files navigation

React Native Nerdy Boilerplate

build dependencies devDependencies

Minimal boilerplate of a React Native project with Redux and React Navigation.

Getting Started

Fork and clone the repository

git clone git@github.com:originerd/ReactNativeNerdyBoilerplate.git
cd ReactNativeNerdyBoilerplate

Install react-native-cli as global

yarn global add react-native-cli # if you use npm, execute `npm i react-native-cli -g`

Install dependencies

yarn # if you use npm, execute `npm i`

Execute the app

  • iOS
react-native run-ios
  • Android
react-native run-android

About

Minimal boilerplate of a React Native project with Redux and React Navigation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published