GithubHelp home page GithubHelp logo

octalpixel / bandi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mononoke-choi/bandi

0.0 0.0 0.0 4.57 MB

React Native opinionated fullstack boilerplate with Expo-router, Tamagui, Recoil and Next.js supporting Android, iOS and Web based on turbo repo

License: MIT License

Shell 0.07% JavaScript 8.59% TypeScript 85.01% CSS 5.78% Handlebars 0.55%

bandi's Introduction

Bandi 🐶

screenshot This is fullstack React Native opinionated boilerplate with Expo-router, Tamagui, Recoil and Next.js supporting Android, iOS and Web based on turbo repo

Supported platforms

  • Android (Expo 49)
  • iOS (Expo 49)
  • Web (Next.js 13.4.10)

Quick start

npx degit mononoke-choi/bandi my-project

cd my-project && yarn install
 
cd apps/native && yarn ios:build:local
 
yarn dev

It uses expo-dev-client. create your own Development Client first

Tech Stack

What you get more

  • Mono repository support
  • ESLint and Prettier configurations
  • Use Route handler of Next.js as an API layer of React Native
  • Send Slack message using Route handler when your Expo Application Services (EAS) build or submission has completed
  • Recoil sync with MMKV Storage for State persistence
  • Generate REST API fetchers based on openAPI specification generated by Swagger written in Route handler
  • File system-based routing of Native app like Next.js
  • Real world examples

Folder Structure

├───apps
│   └───native
│   └───web
├───packages
│   └───api
│   └───eslint-config-custom
│   └───tsconfig
│   └───ui

[Root] Available commands

In general, root package.json is used to manage mono repository

  • postinstall: Install missing TypeScript typings for dependencies in your package.json
  • dev: Starts the development server metro (native) and webpack (web)
  • build: build Next.js app for production
  • clean: Clear build outputs
  • postclean: Install after running clean script
  • lint: Lints the code using ESLint
  • prettier: Checks the code for proper formatting
  • check-deps: Check your unmatched dependency versions

More Details

bandi's People

Contributors

mononoke-choi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.