All Projects β†’ atoami β†’ React Native Navigation Redux Starter Kit

atoami / React Native Navigation Redux Starter Kit

Licence: mit
React Native Navigation(v2) Starter Kit with Redux, Saga, ESLint, Babel, Jest and Facebook SDK 😎

Projects that are alternatives of or similar to React Native Navigation Redux Starter Kit

Iceberg
Front-End Boilerplate built with React + Babel + Webpack + SASS
Stars: ✭ 144 (-46.86%)
Mutual labels:  eslint, babel, starter-kit, boilerplate, jest
Express React Boilerplate
πŸš€πŸš€πŸš€ This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-88.19%)
Mutual labels:  eslint, babel, boilerplate, jest, unit-testing
Electron React Boilerplate
A Foundation for Scalable Cross-Platform Apps
Stars: ✭ 18,727 (+6810.33%)
Mutual labels:  eslint, babel, starter-kit, boilerplate, jest
React Bolt
⚑ The most simple & robust boilerplate for your React projects.
Stars: ✭ 298 (+9.96%)
Mutual labels:  eslint, babel, boilerplate, jest
Js Stack Boilerplate
Final boilerplate code of the JavaScript Stack from Scratch tutorial –
Stars: ✭ 145 (-46.49%)
Mutual labels:  eslint, babel, boilerplate, jest
Arc
React starter kit based on Atomic Design
Stars: ✭ 2,780 (+925.83%)
Mutual labels:  starter-kit, boilerplate, jest, redux-saga
Next Js Blog Boilerplate
πŸš€ Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚑️ Made with Nextjs, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.
Stars: ✭ 134 (-50.55%)
Mutual labels:  eslint, starter-kit, starter, boilerplate
React Starter Kit
React, Redux, Webpack, Material UI, Boostrap 4, Code Splitting, HMR
Stars: ✭ 229 (-15.5%)
Mutual labels:  eslint, babel, starter-kit, boilerplate
Project Webcube
Continuously updated JS infrastructure for modern web dev
Stars: ✭ 141 (-47.97%)
Mutual labels:  eslint, babel, starter-kit, boilerplate
Express Babel
Express starter kit with ES2017+ support, testing, linting, and code coverage
Stars: ✭ 621 (+129.15%)
Mutual labels:  eslint, babel, boilerplate, jest
Pwa
An opinionated progressive web app boilerplate
Stars: ✭ 353 (+30.26%)
Mutual labels:  eslint, babel, boilerplate, jest
Serverless Typescript Starter
πŸ—„πŸ™…β€β™€οΈ Deploy your next serverless JavaScript function in seconds
Stars: ✭ 653 (+140.96%)
Mutual labels:  eslint, babel, starter-kit, jest
Static Site Boilerplate
A better workflow for building modern static websites.
Stars: ✭ 1,633 (+502.58%)
Mutual labels:  eslint, babel, starter-kit, boilerplate
React Pages Boilerplate
Deliver react + react-router application to gh-pages
Stars: ✭ 134 (-50.55%)
Mutual labels:  eslint, babel, boilerplate, jest
node-starter-kit
Node.js / GraphQL project template pre-configured with TypeScript, PostgreSQL, login flow, transactional emails, unit tests, CI/CD workflow.
Stars: ✭ 76 (-71.96%)
Mutual labels:  babel, starter, starter-kit
Express Webpack React Redux Typescript Boilerplate
πŸŽ‰ A full-stack boilerplate that using express with webpack, react and typescirpt!
Stars: ✭ 156 (-42.44%)
Mutual labels:  eslint, babel, jest
Lighthouse Badges
🚦Generate badges (shields.io) based on Lighthouse performance.
Stars: ✭ 150 (-44.65%)
Mutual labels:  eslint, babel, jest
React Redux Universal Boilerplate
An Universal ReactJS/Redux Boilerplate
Stars: ✭ 165 (-39.11%)
Mutual labels:  eslint, babel, boilerplate
react-enterprise-starter-kit
Highly Scalable Awesome React Starter Kit for an enterprise application with a very easy maintainable codebase. πŸ”₯
Stars: ✭ 55 (-79.7%)
Mutual labels:  babel, eslint, redux-saga
Front End Guide
πŸ“š Study guide and introduction to the modern front end stack.
Stars: ✭ 14,073 (+5092.99%)
Mutual labels:  eslint, babel, jest


React Native Navigation + Redux + Saga

A starter boilerplate for a mobile app using React Native and React Native Navigation(v2). This boilerplate also provides a cool redux-saga structure to bootstrap your react-native app development.

Screenshots


Requirements

Before start, make sure you installed:

Stack

How to run?

Clone the repo and install packages.

$ git clone https://github.com/atoami/react-native-navigation-redux-starter-kit ReactNativeBoilerplate
$ cd ReactNativeBoilerplate
$ yarn

Run Android Project.

$ react-native run-android

Run iOS Project.

$ cd ios && pod install
$ cd .. && react-native run-ios

Issues

Do you have any concern to run this project?  Please feel free to contact me!

License

This project is licensed under the MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].