Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.49 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.49 KB

A web boilerplate with basic setups:
ReactNavite@0.60.5 | React@16.8.6 | Redux | Redux Saga | Reselect | Duck | Jest | React Test Renderer

What are included ?

React/Redux File Architecture: Ducks

Files

Redux-Saga for dispatching Redux actions

Redux Saga

VSCode tasks for debugging/building Android

Routes

VSCode: ⇧⌘P (Command Palette) -> Tasks: Run Task

Available Scripts

In the project, you can run:

yarn install

Install all packages

yarn test

Test all spec files with Jest and Enzyme.

Running on IOS

XCODE -> Open /ios/leReactNativeReduxSagaDuck.xcworkspace

Running on Android Emulators

⇧⌘P (Command Palette) -> Tasks: Run Task -> Debug Android