All Projects → ManAnRuck → React-Native-Web-TypeScript-Prettier-Boilerplate

ManAnRuck / React-Native-Web-TypeScript-Prettier-Boilerplate

Licence: other
A starterkit to work with nextjs, react-native, storybook… all with prettified typescript and in a monorepo

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to React-Native-Web-TypeScript-Prettier-Boilerplate

mock-spy-module-import
JavaScript import/require module testing do's and don'ts with Jest
Stars: ✭ 40 (+150%)
Mutual labels:  yarn, monorepo, yarn-workspaces
yarn-workspaces-simple-monorepo
Yarn Workspaces basic monorepo management without Lerna for coding examples
Stars: ✭ 31 (+93.75%)
Mutual labels:  yarn, monorepo, yarn-workspaces
react-component-library-lerna
Build your own React component library managed with lerna, presented with storybook and published in private npm registry.
Stars: ✭ 55 (+243.75%)
Mutual labels:  prettier, monorepo, storybook
tangerine-monorepo
A "fast" TypeScript-based Node.js monorepo setup powered by esbuild & turborepo
Stars: ✭ 191 (+1093.75%)
Mutual labels:  monorepo, yarn-workspaces
cra-monorepo-demo
Monorepo example using create-react-app and common component library structure with yarn workspaces
Stars: ✭ 37 (+131.25%)
Mutual labels:  monorepo, yarn-workspaces
devto-monorepo
Source code for the Dev.to article - Next.js, Apollo Client and Server on a single Express app
Stars: ✭ 33 (+106.25%)
Mutual labels:  monorepo, yarn-workspaces
yall
Yarn/npm for monorepos
Stars: ✭ 27 (+68.75%)
Mutual labels:  yarn, monorepo
yarn-plugin-workspace-since
모노레포를 위한 yarn berry plugin
Stars: ✭ 120 (+650%)
Mutual labels:  yarn, monorepo
yarn-workspaces-example
Sample monorepo project using new Yarn feature called Workspaces
Stars: ✭ 39 (+143.75%)
Mutual labels:  yarn, monorepo
react-ecommerce
E-commerce monorepo application using NextJs, React, React-native, Design-System and Graphql with Typescript
Stars: ✭ 136 (+750%)
Mutual labels:  monorepo, storybook
mod-uk-design-system
Build web applications that meet the Defence Digital service standards
Stars: ✭ 78 (+387.5%)
Mutual labels:  monorepo, storybook
relay-starter-kit
💥 Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, Material UI.
Stars: ✭ 3,513 (+21856.25%)
Mutual labels:  yarn, monorepo
react-you-do-you
How I use React + Redux + Material-UI + TypeScript – you do you 💖
Stars: ✭ 103 (+543.75%)
Mutual labels:  prettier, storybook
shared-react-components-example
An example of a mono-repository of shared React components libraries!
Stars: ✭ 85 (+431.25%)
Mutual labels:  monorepo, storybook
nextjs-monorepo-example
Collection of monorepo tips & tricks
Stars: ✭ 874 (+5362.5%)
Mutual labels:  yarn, monorepo
nextjs-with-chakra-ui-boilerplate
Next.js with Chakra UI boilerplate. PWA ready with storybook and tests configured.
Stars: ✭ 48 (+200%)
Mutual labels:  prettier, storybook
react-monorepo
a simple monorepo setup for react & react-native using yarn workspaces.
Stars: ✭ 40 (+150%)
Mutual labels:  monorepo, yarn-workspaces
monorepo-utils
A collection of utilities for monorepo/lerna. Tools for TypeScript project references etc..
Stars: ✭ 143 (+793.75%)
Mutual labels:  yarn, monorepo
Dilettantes-Guide-to-Linting
Setting up ESLint, Prettier, VS Code, and the AirBnB style guide in beautiful harmony.
Stars: ✭ 18 (+12.5%)
Mutual labels:  linting, prettier
react-in-out-textarea
A simple React.js User Interface Component that is like Google Translate with full TypeScript Support
Stars: ✭ 28 (+75%)
Mutual labels:  yarn, storybook

CircleCI Cypress.io tests

React-Native-Web-TypeScript-Prettier-Boilerplate

Installation

clone https://github.com/ManAnRuck/React-Native-Web-TypeScript-Prettier-Boilerplate.git MyProject
cd MyProject
docker-compose up

yarn
yarn build

create packages/server/.env from packages/server/.env.example (you do not need Change tokens if u don't want socialmedia oauth)

run project

docker-compose up
yarn dev

open new terminal and run iOS simulator

cd packages/app && react-native run-ios
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].