All Projects → brunolemos → React Native Web Monorepo

brunolemos / React Native Web Monorepo

Code sharing between iOS, Android & Web using monorepo

Programming Languages

java
68154 projects - #9 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to React Native Web Monorepo

React Native Web Template
Template project for sharing code between iOS, Android & Web using monorepo
Stars: ✭ 45 (-93.54%)
Mutual labels:  boilerplate, react-native-web, monorepo
Youtube React
A Youtube clone built in React, Redux, Redux-saga
Stars: ✭ 421 (-39.6%)
Mutual labels:  create-react-app, tutorial
Wordpress Plugin Boilerplate Powered
Wordpress Plugin Boilerplate but Powered with examples and a generator!
Stars: ✭ 413 (-40.75%)
Mutual labels:  hacktoberfest, boilerplate
React Tutorial
A walkthrough of basic React concepts.
Stars: ✭ 482 (-30.85%)
Mutual labels:  create-react-app, tutorial
50 Projects For React And The Static Web
⚛ 50 project ideas to learn by doing complete with project briefs, layout ideas, and resources!
Stars: ✭ 319 (-54.23%)
Mutual labels:  hacktoberfest, tutorial
Serverless Stack Com
An open source guide for building and deploying full-stack apps using Serverless and React on AWS.
Stars: ✭ 3,617 (+418.94%)
Mutual labels:  create-react-app, tutorial
Ts Monorepo
Template for setting up a TypeScript monorepo
Stars: ✭ 459 (-34.15%)
Mutual labels:  create-react-app, monorepo
React Modern Library Boilerplate
Boilerplate for publishing modern React modules with Rollup
Stars: ✭ 285 (-59.11%)
Mutual labels:  create-react-app, boilerplate
Flask Empty
An empty project skeleton / boilerplate for flask projects. Powered by CookieCutter.
Stars: ✭ 569 (-18.36%)
Mutual labels:  hacktoberfest, boilerplate
Learn Graphql
Real world GraphQL tutorials for frontend developers with deadlines!
Stars: ✭ 586 (-15.93%)
Mutual labels:  hacktoberfest, tutorial
Web
⚡️ Supercharged version of Create React App with all the bells and whistles.
Stars: ✭ 594 (-14.78%)
Mutual labels:  create-react-app, boilerplate
Discord bot.py
🍺 A simple discord bot that helps you getting started within discord.py
Stars: ✭ 313 (-55.09%)
Mutual labels:  hacktoberfest, tutorial
Graphql Starter
💥 Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, and Material UI.
Stars: ✭ 3,377 (+384.51%)
Mutual labels:  boilerplate, monorepo
React Social Network
Simple React Social Network
Stars: ✭ 409 (-41.32%)
Mutual labels:  create-react-app, boilerplate
Laravel Api Boilerplate
Laravel API Boilerplate | Please consult the Wiki !
Stars: ✭ 300 (-56.96%)
Mutual labels:  hacktoberfest, boilerplate
React Firebase Starter
Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
Stars: ✭ 4,366 (+526.4%)
Mutual labels:  create-react-app, boilerplate
Filterlists
🛡 The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.
Stars: ✭ 653 (-6.31%)
Mutual labels:  create-react-app, hacktoberfest
Doc
🦋 Raku documentation (tools and docs)
Stars: ✭ 259 (-62.84%)
Mutual labels:  hacktoberfest, tutorial
Front End Web Development Resources
This repository contains content which will be helpful in your journey as a front-end Web Developer
Stars: ✭ 3,452 (+395.27%)
Mutual labels:  hacktoberfest, tutorial
Ultra Runner
🏃⛰ Ultra fast monorepo script runner and build tool
Stars: ✭ 496 (-28.84%)
Mutual labels:  hacktoberfest, monorepo

React Native [Web] + Monorepo

100% code sharing between Web, iOS and Android

This is the source code from this tutorial.

Tech Stack: TypeScript v4, React Native v0.63, Next.js v10 & Create React App v4. Prettier and ESLint are also configured as pre-commit hooks.

article-cover

How to run

  • $ git clone [email protected]:brunolemos/react-native-web-monorepo.git
  • $ cd react-native-web-monorepo
  • $ yarn
  • Web
    • [CRA] $ yarn workspace web-cra start
    • [Next.js] $ yarn workspace web-nextjs dev
  • Mobile
    • [iOS]
      • $ cd packages/mobile/ios && pod update && pod install && cd -
      • [CLI]
        • $ yarn ios
      • [Xcode]
        • $ yarn workspace mobile start
        • yarn xcode
        • Press the Run button
    • [Android]
      • [CLI]
        • $ yarn android
      • [Android Studio]
        • $ yarn workspace mobile start
        • yarn studio
        • Press the Run button

Who is using this on production

Check out DevHub, which is the project that inspired this repository.

Author

Follow me on Twitter: @brunolemos

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].