The initial boilerplate for creating ReactNative-Redux app.
You may need sudo before on Mac:
npm install
# or
yarn
npm start -- --reset-cache
# or
yarn start -- --reset-cache
npm test
# or
yarn test
For using this boilerplate, you have to check those tools:
This boilerplate is using the CreateNativeApp tool. The detailed information about create-react-native-app.
- Redux Devtools.
- ESlint config and rules.
The Unlicense, see the included License file.